From cd1672b370c47bd5b7ba4bca9e4480bf15f5208b Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 7 Sep 2024 17:23:31 +0300 Subject: [PATCH] release 0.32.5 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a3460..59fad34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.32.5 (2024-09-07) + +- [Bot API 7.10](https://core.telegram.org/bots/api#september-6-2024) - [#200](https://github.com/ayrat555/frankenstein/pull/200) +- docs(examples): simplify update offset logic - [#198](https://github.com/ayrat555/frankenstein/pull/198) +- refactor(api): reuse new_url - [#199](https://github.com/ayrat555/frankenstein/pull/199) +- fix: clippy::too_long_first_doc_paragraph - [#197](https://github.com/ayrat555/frankenstein/pull/197) +- add into attributes for chat_id in SendInvoice and SendPaidMedia - [#194](https://github.com/ayrat555/frankenstein/pull/194) +- refactor: clippy::must_use_candidate - [#191](https://github.com/ayrat555/frankenstein/pull/191) + ## 0.32.4 (2024-08-18) - [Bot API 7.9](https://core.telegram.org/bots/api#august-14-2024) - [#192](https://github.com/ayrat555/frankenstein/pull/192) diff --git a/Cargo.toml b/Cargo.toml index 78983d1..5dd331c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.32.4" +version = "0.32.5" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index 3b0202c..a4a30a0 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.32.4/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.32.5/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: