File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.39.1 (08.07.2025)
4+
5+ ### Bot API
6+
7+ - Changed internal RawResponse type to struct to avoid obscure deserialization errors.
8+ - Fixed custom emoji reaction type deserialization.
9+
310## 0.39.0 (05.07.2025)
411
512### Dependencies
Original file line number Diff line number Diff line change 11[package ]
22name = " tgbot"
33description = " A Telegram Bot library"
4- version = " 0.39.0 "
4+ version = " 0.39.1 "
55authors = [" Ross Nomann <rossnomann@protonmail.com>" ]
66edition = " 2024"
77readme = " README.md"
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ A full-featured Telegram Bot API client.
1010
1111``` toml
1212[dependencies ]
13- tgbot = " 0.39.0 "
13+ tgbot = " 0.39.1 "
1414```
1515
1616## Examples
1717
18- See examples in the [ examples] ( https://github.com/tg-rs/tgbot/tree/0.39.0 /examples ) directory.
18+ See examples in the [ examples] ( https://github.com/tg-rs/tgbot/tree/0.39.1 /examples ) directory.
1919
2020To run an example you need to create a ` .env ` file:
2121
@@ -34,8 +34,8 @@ This project adheres to [ZeroVer](https://0ver.org/).
3434- [ Latest documentation] ( https://docs.rs/tgbot )
3535- [ Master documentation] ( https://tg-rs.github.io/tgbot/tgbot/ )
3636- [ Telegram Chat] ( https://t.me/tgrsusers )
37- - [ Changelog] ( https://github.com/tg-rs/tgbot/tree/0.39.0 /CHANGELOG.md )
38- - [ Code of Conduct] ( https://github.com/tg-rs/tgbot/tree/0.39.0 /CODE_OF_CONDUCT.md )
37+ - [ Changelog] ( https://github.com/tg-rs/tgbot/tree/0.39.1 /CHANGELOG.md )
38+ - [ Code of Conduct] ( https://github.com/tg-rs/tgbot/tree/0.39.1 /CODE_OF_CONDUCT.md )
3939
4040## LICENSE
4141
You can’t perform that action at this time.
0 commit comments