From afba7ca64b1a20700eae41ad9b92946141c5b860 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Fri, 29 Dec 2023 11:38:41 +0200 Subject: [PATCH] release 0.29.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d0afa..c53d7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.29.2 (2023-12-29) + + * Add blockquote to MessageEntityType - [#126](https://github.com/ayrat555/frankenstein/pull/126) + ## 0.29.1 (2023-10-14) * Add unpin_all_chat_messages method - [#122](https://github.com/ayrat555/frankenstein/pull/122) diff --git a/Cargo.toml b/Cargo.toml index ccad505..2c9ac97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.29.1" +version = "0.29.2" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index a9574e9..28c2688 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.29.1/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.29.2/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: