From 6c77ba7a32d52a92a6b05ef2e6117643146071c5 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Thu, 8 Aug 2024 19:52:01 +0300 Subject: [PATCH] release 0.32.3 (#187) * release 0.32.3 * fix version in readme --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bf87e..1044209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.32.3 (2024-08-08) + +- [Bot API 7.8](https://core.telegram.org/bots/api#july-31-2024) - [#186](https://github.com/ayrat555/frankenstein/pull/186) + ## 0.32.2 (2024-08-03) - fix parsing of PaidMediaInfo - [#184](https://github.com/ayrat555/frankenstein/pull/184) diff --git a/Cargo.toml b/Cargo.toml index cf57bdc..d517c0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.32.2" +version = "0.32.3" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index aeaed0c..4b63d2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Telegram bot API client for Rust. -It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.7 of the API. +It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.8 of the API. Frankenstein's data structures (rust structs and enums) are mapped one-to-one from Telegram bot API objects and method parameters. @@ -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.2/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.3/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: