Merge pull request #857 from teloxide/teloxide-0.12.1

Release `teloxide` `v0.12.1`
This commit is contained in:
Waffle Maybe 2023-02-15 19:54:23 +00:00 committed by GitHub
commit 8ca459fe7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.12.1 - 2023-02-15
### Fixed
- Allow `ChatJoinRequest` updates
@ -16,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Update::filter_chat_join_request`
- `sqlite-storage-rustls` feature, that allows using sqlite storage without `native-tls`
### Changed
- Updated `teloxide-core` to v0.9.1; see its [changelog](https://github.com/teloxide/teloxide/blob/master/crates/teloxide-core/CHANGELOG.md#091---2023-02-15) for more
## 0.12.0 - 2023-01-17
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "teloxide"
version = "0.12.0"
version = "0.12.1"
description = "An elegant Telegram bots framework for Rust"
rust-version.workspace = true