File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.38.0 (17.06.2025)
4+
5+ ### Bot API
6+
7+ - Fixed parsing of ` ChatFullInfo.photo ` field.
8+
39## 0.37.0 (17.06.2025)
410
511### Client
Original file line number Diff line number Diff line change 11[package ]
22name = " tgbot"
33description = " A Telegram Bot library"
4- version = " 0.37 .0"
4+ version = " 0.38 .0"
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.37 .0"
13+ tgbot = " 0.38 .0"
1414```
1515
1616## Examples
1717
18- See examples in the [ examples] ( https://github.com/tg-rs/tgbot/tree/0.37 .0/examples ) directory.
18+ See examples in the [ examples] ( https://github.com/tg-rs/tgbot/tree/0.38 .0/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.37 .0/CHANGELOG.md )
38- - [ Code of Conduct] ( https://github.com/tg-rs/tgbot/tree/0.37 .0/CODE_OF_CONDUCT.md )
37+ - [ Changelog] ( https://github.com/tg-rs/tgbot/tree/0.38 .0/CHANGELOG.md )
38+ - [ Code of Conduct] ( https://github.com/tg-rs/tgbot/tree/0.38 .0/CODE_OF_CONDUCT.md )
3939
4040## LICENSE
4141
You can’t perform that action at this time.
0 commit comments