File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.34.0 (09.02.2026)
4+
5+ - Updated dependencies:
6+ - tgbot 0.42
7+
38## 0.33.0 (02.01.2026)
49
510- Updated dependencies:
Original file line number Diff line number Diff line change 11[package ]
22name = " carapax"
3- version = " 0.33 .0"
3+ version = " 0.34 .0"
44edition = " 2024"
55description = " A Telegram Bot Framework"
66documentation = " https://docs.rs/carapax"
@@ -23,7 +23,7 @@ log = "0.4"
2323nonzero_ext = { version = " 0.3" , optional = true }
2424seance = { version = " 0.20" , optional = true }
2525serde = { version = " 1" , optional = true }
26- tgbot = " 0.41 "
26+ tgbot = " 0.42 "
2727tokio = " 1"
2828
2929[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ The name comes from [Carapace](https://en.wikipedia.org/wiki/Carapace) (carapax
1212
1313``` toml
1414[dependencies ]
15- carapax = " 0.33 .0"
15+ carapax = " 0.34 .0"
1616```
1717
1818## Examples
1919
20- See examples in the [ examples] ( https://github.com/tg-rs/carapax/tree/0.33 .0/examples ) directory.
20+ See examples in the [ examples] ( https://github.com/tg-rs/carapax/tree/0.34 .0/examples ) directory.
2121
2222To run examples you need to create a ` .env ` file:
2323
@@ -36,8 +36,8 @@ This project adheres to [ZeroVer](https://0ver.org/).
3636- [ Latest Documentation] ( https://docs.rs/carapax )
3737- [ Master Documentation] ( https://tg-rs.github.io/carapax/carapax/ )
3838- [ Telegram Chat] ( https://t.me/tgrsusers )
39- - [ Changelog] ( https://github.com/tg-rs/carapax/tree/0.33 .0/CHANGELOG.md )
40- - [ Code of Conduct] ( https://github.com/tg-rs/carapax/tree/0.33 .0/CODE_OF_CONDUCT.md ) .
39+ - [ Changelog] ( https://github.com/tg-rs/carapax/tree/0.34 .0/CHANGELOG.md )
40+ - [ Code of Conduct] ( https://github.com/tg-rs/carapax/tree/0.34 .0/CODE_OF_CONDUCT.md ) .
4141
4242## LICENSE
4343
You can’t perform that action at this time.
0 commit comments