From 3a52ed2a3c19784a94dff6fce7f83b576d6e45e7 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 1 Feb 2023 10:48:28 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba83f3c..7216dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.22.1 (2023-02-01) + + * Improve code style - [#96](https://github.com/ayrat555/frankenstein/pull/96) + * Update typed-builder requirement from 0.11 to 0.12 - [#95](https://github.com/ayrat555/frankenstein/pull/95) + ## 0.22.0 (2022-12-31) ### [Bot API 6.4](https://core.telegram.org/bots/api#december-30-2022) - [#94](https://github.com/ayrat555/frankenstein/pull/94) diff --git a/Cargo.toml b/Cargo.toml index 1f1af7f..2abc1fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.22.0" +version = "0.22.1" authors = ["Ayrat Badykov "] description = "Telegram bot API client for Rust" edition = "2018" diff --git a/README.md b/README.md index 5dde489..10c91ed 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ AsyncApi::builder().api_url(api_url).client(client).build() ### Documentation -Frankenstein implements all telegram bot api methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.22.0/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) +Frankenstein implements all telegram bot api methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.22.1/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: