Merge pull request #813 from teloxide/prepare-090-core

Prepare for the release of `teloxide-core`
This commit is contained in:
Sima Kinsart 2023-01-18 00:31:03 +06:00 committed by GitHub
commit 5ee4385e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
## 0.9.0 - 2023-01-17
### 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])

View file

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

View file

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