From 7447b72e0be2ebb2ebcfe5873390a3b526e45b78 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 2 Nov 2024 16:49:36 +0200 Subject: [PATCH] release 0.34.1 --- 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 e6cb9bf..0fa25f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.34.1 (2024-11-02) + +- - [Bot API 7.11](https://core.telegram.org/bots/api#october-31-2024) - [#226](https://github.com/ayrat555/frankenstein/pull/226) + ## 0.34.0 (2024-09-19) - docs: show the required feature on docs.rs by - [#209](https://github.com/ayrat555/frankenstein/pull/209) diff --git a/Cargo.toml b/Cargo.toml index e88e5b7..c96fc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.34.0" +version = "0.34.1" 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 803e92a..95d2983 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.10 of the API. +It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.11 of the API. Frankenstein's data structures (rust structs and enums) are mapped one-to-one from Telegram bot API objects and method parameters.