mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Release teloxide-core
v0.6.1
This commit is contained in:
parent
5de6529b60
commit
46cb2e7f41
2 changed files with 3 additions and 1 deletions
|
@ -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])
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue