mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Release teloxide
v0.12.1
This commit is contained in:
parent
ff59f462eb
commit
e54acb76ea
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
|
## 0.12.1 - 2023-02-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Allow `ChatJoinRequest` updates
|
- 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`
|
- `Update::filter_chat_join_request`
|
||||||
- `sqlite-storage-rustls` feature, that allows using sqlite storage without `native-tls`
|
- `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
|
## 0.12.0 - 2023-01-17
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "teloxide"
|
name = "teloxide"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
description = "An elegant Telegram bots framework for Rust"
|
description = "An elegant Telegram bots framework for Rust"
|
||||||
|
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue