From c750c87d1ead1351a901840765c3452889ee9a4d Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 17 Jan 2024 10:13:23 +0200 Subject: [PATCH] release 0.30.2 (#144) --- 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 60e21be..7af8602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.30.2 (2024-01-17) + +- Fix custom emoji decoding - [#143](https://github.com/ayrat555/frankenstein/pull/143) + ## 0.30.1 (2024-01-07) - Fix parsing of callback queries - [#137](https://github.com/ayrat555/frankenstein/pull/137) diff --git a/Cargo.toml b/Cargo.toml index 7e64795..722deab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.30.1" +version = "0.30.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 94f7a91..6ea4853 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.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.30.2/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: