mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Prepare for the release of teloxide-core
This commit is contained in:
parent
1edd98c593
commit
dde56e5fae
3 changed files with 4 additions and 2 deletions
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
```toml
|
||||
teloxide-core = "0.8"
|
||||
teloxide-core = "0.9"
|
||||
```
|
||||
_Compiler support: requires rustc 1.64+_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue