From 65d7087e40608eceac459b5a22d46ad9f956581e Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Mon, 24 Feb 2020 15:12:33 +0600 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..29db8040 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Changed + - The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros". + +### Added + - This `CHANGELOG.md`. + + +## [0.1.2] - 2020-02-24 +### Changed + - The same as v0.1.1, but fixes [the issue](https://github.com/teloxide/teloxide/issues/176) about backwards compatibility. + + +## [0.2.0] - [YANKED] +### Changed + - Fixes [the issue](https://github.com/teloxide/teloxide/issues/176) about backwards compatibility, but fairly soon I realised that semver recommends to use v0.1.2 instead. + + +## [0.1.1] - 2020-02-23 +### Added + - The `LICENSE` file. +### Changed + - Backwards compatibility is broken and was fixed in v0.1.2. + + +## [0.1.0] - 2020-02-19 +### Added + - This project.