Prepare for the release of teloxide-core

This commit is contained in:
Maybe Waffle 2023-01-17 20:29:41 +04:00
parent 1edd98c593
commit dde56e5fae
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
## 0.9.0 - 2023-01-17
### Changed ### Changed
- The methods `ChatMember::{can_pin_messages, can_invite_users, can_change_info}` now take into account the permissions of `Restricted` chat member kind ([#764][pr764]) - The methods `ChatMember::{can_pin_messages, can_invite_users, can_change_info}` now take into account the permissions of `Restricted` chat member kind ([#764][pr764])

View file

@ -1,6 +1,6 @@
[package] [package]
name = "teloxide-core" name = "teloxide-core"
version = "0.8.0" version = "0.9.0"
description = "Core part of the `teloxide` library - telegram bot API client" description = "Core part of the `teloxide` library - telegram bot API client"
rust-version.workspace = true rust-version.workspace = true

View file

@ -25,7 +25,7 @@
</div> </div>
```toml ```toml
teloxide-core = "0.8" teloxide-core = "0.9"
``` ```
_Compiler support: requires rustc 1.64+_. _Compiler support: requires rustc 1.64+_.