From 78fa8fcbbafd0fab9b7e4c5b0d38e3b696a9c238 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Fri, 26 Apr 2024 13:22:44 +0300 Subject: [PATCH] release 0.30.8 (#167) --- 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 bc19c1d..0833de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.30.8 (2024-04-26) + +- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165) +- fix: message_id is optional in ExternalReplyInfo - [#166](https://github.com/ayrat555/frankenstein/pull/166) + ## 0.30.7 (2024-04-20) - Use i64 for ChatShared::chat_id - [#162](https://github.com/ayrat555/frankenstein/pull/162) diff --git a/Cargo.toml b/Cargo.toml index 70dfe0e..3646ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.30.7" +version = "0.30.8" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index 1ce3185..c6f7b93 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,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.30.7/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.30.8/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: