Release teloxide-core v0.6.1

This commit is contained in:
Maybe Waffle 2022-06-02 21:15:44 +04:00
parent 5de6529b60
commit 46cb2e7f41
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.6.1 - 2022-06-02
- Fix deserialization of `File` when `file_path` or `file_size` are missing ([#220][pr220])
- Add `ChatId` and `UserId` to the prelude ([#212][pr212])
- Add `is_*` methods to `ChatMemberStatus` analogous to the `ChatMember{,Kind}` methods ([#216][pr216])

View file

@ -1,7 +1,7 @@
[package]
name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
license = "MIT"