Skip to content

Commit 8cf926f

Browse files
committed
Prepare 0.38.0 release
1 parent 078e044 commit 8cf926f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tgbot"
33
description = "A Telegram Bot library"
4-
version = "0.37.0"
4+
version = "0.38.0"
55
authors = ["Ross Nomann <rossnomann@protonmail.com>"]
66
edition = "2024"
77
readme = "README.md"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2020
To 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

0 commit comments

Comments
 (0)