mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Remove square brackets from changelog
This commit is contained in:
parent
aebb1a2d6c
commit
bed5dd5654
1 changed files with 12 additions and 12 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -4,21 +4,21 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [unreleased]
|
## unreleased
|
||||||
|
|
||||||
## [0.5.2] - 2021-08-25
|
## 0.5.2 - 2021-08-25
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Depend on a correct `futures` version (v0.3.15).
|
- Depend on a correct `futures` version (v0.3.15).
|
||||||
|
|
||||||
## [0.5.1] - 2021-08-05
|
## 0.5.1 - 2021-08-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved log messages when `^C` is received with `^C` handler set up
|
- Improved log messages when `^C` is received with `^C` handler set up
|
||||||
|
|
||||||
## [0.5.0] - 2021-07-08
|
## 0.5.0 - 2021-07-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Log errors from `Storage::{remove_dialogue, update_dialogue}` in `DialogueDispatcher` ([issue 302](https://github.com/teloxide/teloxide/issues/302)).
|
- Log errors from `Storage::{remove_dialogue, update_dialogue}` in `DialogueDispatcher` ([issue 302](https://github.com/teloxide/teloxide/issues/302)).
|
||||||
- Mark all the functions of `Storage` as `#[must_use]`.
|
- Mark all the functions of `Storage` as `#[must_use]`.
|
||||||
|
|
||||||
## [0.4.0] - 2021-03-22
|
## 0.4.0 - 2021-03-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Integrate [teloxide-core].
|
- Integrate [teloxide-core].
|
||||||
|
@ -101,28 +101,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[issue 253]: https://github.com/teloxide/teloxide/issues/253
|
[issue 253]: https://github.com/teloxide/teloxide/issues/253
|
||||||
[pr 257]: https://github.com/teloxide/teloxide/pull/257
|
[pr 257]: https://github.com/teloxide/teloxide/pull/257
|
||||||
|
|
||||||
## [0.3.4] - 2020-01-13
|
## 0.3.4 - 2020-01-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Failing compilation with `serde::export` ([issue 328](https://github.com/teloxide/teloxide/issues/328)).
|
- Failing compilation with `serde::export` ([issue 328](https://github.com/teloxide/teloxide/issues/328)).
|
||||||
|
|
||||||
## [0.3.3] - 2020-10-30
|
## 0.3.3 - 2020-10-30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The `dice` field from `MessageDice` is public now ([issue 306](https://github.com/teloxide/teloxide/issues/306))
|
- The `dice` field from `MessageDice` is public now ([issue 306](https://github.com/teloxide/teloxide/issues/306))
|
||||||
|
|
||||||
## [0.3.2] - 2020-10-23
|
## 0.3.2 - 2020-10-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `LoginUrl::new` ([issue 298](https://github.com/teloxide/teloxide/issues/298))
|
- `LoginUrl::new` ([issue 298](https://github.com/teloxide/teloxide/issues/298))
|
||||||
|
|
||||||
## [0.3.1] - 2020-08-25
|
## 0.3.1 - 2020-08-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `Bot::builder` method ([PR 269](https://github.com/teloxide/teloxide/pull/269)).
|
- `Bot::builder` method ([PR 269](https://github.com/teloxide/teloxide/pull/269)).
|
||||||
|
|
||||||
## [0.3.0] - 2020-07-31
|
## 0.3.0 - 2020-07-31
|
||||||
### Added
|
### Added
|
||||||
- Support for typed bot commands ([issue 152](https://github.com/teloxide/teloxide/issues/152)).
|
- Support for typed bot commands ([issue 152](https://github.com/teloxide/teloxide/issues/152)).
|
||||||
- `BotBuilder`, which allows setting a default `ParseMode`.
|
- `BotBuilder`, which allows setting a default `ParseMode`.
|
||||||
|
@ -159,7 +159,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Now methods which can send file to Telegram returns `tokio::io::Result<T>`. Early its could panic ([issue 216](https://github.com/teloxide/teloxide/issues/216)).
|
- Now methods which can send file to Telegram returns `tokio::io::Result<T>`. Early its could panic ([issue 216](https://github.com/teloxide/teloxide/issues/216)).
|
||||||
- If a bot wasn't triggered for several days, it stops responding ([issue 223](https://github.com/teloxide/teloxide/issues/223)).
|
- If a bot wasn't triggered for several days, it stops responding ([issue 223](https://github.com/teloxide/teloxide/issues/223)).
|
||||||
|
|
||||||
## [0.2.0] - 2020-02-25
|
## 0.2.0 - 2020-02-25
|
||||||
### Added
|
### Added
|
||||||
- The functionality to parse commands only with a correct bot's name (breaks backwards compatibility) ([Issue 168](https://github.com/teloxide/teloxide/issues/168)).
|
- The functionality to parse commands only with a correct bot's name (breaks backwards compatibility) ([Issue 168](https://github.com/teloxide/teloxide/issues/168)).
|
||||||
- This `CHANGELOG.md`.
|
- This `CHANGELOG.md`.
|
||||||
|
@ -174,6 +174,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- [either](https://crates.io/crates/either) from the dependencies in `Cargo.toml`.
|
- [either](https://crates.io/crates/either) from the dependencies in `Cargo.toml`.
|
||||||
- `teloxide-macros` migrated into [the separate repository](https://github.com/teloxide/teloxide-macros) to easier releases and testing.
|
- `teloxide-macros` migrated into [the separate repository](https://github.com/teloxide/teloxide-macros) to easier releases and testing.
|
||||||
|
|
||||||
## [0.1.0] - 2020-02-19
|
## 0.1.0 - 2020-02-19
|
||||||
### Added
|
### Added
|
||||||
- This project.
|
- This project.
|
||||||
|
|
Loading…
Reference in a new issue