Release teloxide-core v0.9.1

This commit is contained in:
Maybe Waffle 2023-02-15 22:29:52 +04:00
parent a7be39f966
commit 750d8c3209
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.1 - 2023-02-15
### Fixed
- `Update::user` now handles channel posts, chat member changes and chat join request updates correctly ([#835][pr835])

View file

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

View file

@ -68,7 +68,7 @@ full = [
[dependencies]
teloxide-core = { version = "0.9.0", path = "../teloxide-core", default-features = false }
teloxide-core = { version = "0.9.1", path = "../teloxide-core", default-features = false }
teloxide-macros = { version = "0.7.1", path = "../teloxide-macros", optional = true }
serde_json = "1.0"