diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4601e..2b1e212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.38.0 (2025-01-05) + +* New update types - [241](https://github.com/ayrat555/frankenstein/pull/241) +* Bot API 8.2 - [243](https://github.com/ayrat555/frankenstein/pull/243) + ## 0.37.0 (2024-12-07) * Bot API 8.1 - [#239](https://github.com/ayrat555/frankenstein/pull/239) diff --git a/Cargo.toml b/Cargo.toml index 47eadfd..8bd12e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.37.0" +version = "0.38.0" authors = ["Ayrat Badykov ", "EdJoPaTo ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index 35c8bec..c1ca8ee 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 8.1 of the API. +It's a complete wrapper for Telegram bot API, and it's up-to-date with version 8.2 of the API. Frankenstein's data structures (rust structs and enums) are mapped one-to-one from Telegram bot API objects and method parameters. @@ -16,7 +16,7 @@ Run `cargo add frankenstein` or add the following to your `Cargo.toml`. ```toml [dependencies] -frankenstein = "0.37" +frankenstein = "0.38" ``` ## Features @@ -190,7 +190,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.37.0/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.38.0/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: