Skip to content

Commit

Permalink
release 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Nov 2, 2024
1 parent 3618a37 commit 7447b72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frankenstein"
version = "0.34.0"
version = "0.34.1"
authors = ["Ayrat Badykov <[email protected]>", "EdJoPaTo <[email protected]>", "Pepe Márquez <[email protected]>"]
description = "Telegram bot API client for Rust"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7447b72

Please sign in to comment.