Skip to content

Commit

Permalink
release 0.30.8 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Apr 26, 2024
1 parent e60f4f3 commit 78fa8fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.30.8 (2024-04-26)

- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165)
- fix: message_id is optional in ExternalReplyInfo - [#166](https://github.com/ayrat555/frankenstein/pull/166)

## 0.30.7 (2024-04-20)

- Use i64 for ChatShared::chat_id - [#162](https://github.com/ayrat555/frankenstein/pull/162)
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.30.7"
version = "0.30.8"
authors = ["Ayrat Badykov <[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 @@ -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.7/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.8/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods)

You can check out real-world bots created using this library:

Expand Down

0 comments on commit 78fa8fc

Please sign in to comment.