Skip to content

Commit ed50a59

Browse files
committed
Prepare 0.33.0 release
1 parent 017829a commit ed50a59

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
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.33.0 (02.01.2026)
4+
5+
- Updated dependencies:
6+
- seance 0.20
7+
- tgbot 0.41
8+
39
## 0.32.0 (16.08.2025)
410

511
- Updated dependencies:

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "carapax"
33
description = "A Telegram Bot Framework"
4-
version = "0.32.0"
4+
version = "0.33.0"
55
authors = ["Ross Nomann <rossnomann@protonmail.com>"]
66
edition = "2024"
77
readme = "./README.md"
@@ -29,9 +29,9 @@ futures-util = "0.3"
2929
governor = { version = "0.10", optional = true }
3030
log = "0.4"
3131
nonzero_ext = { version = "0.3", optional = true }
32-
seance = { version = "0.19", optional = true }
32+
seance = { version = "0.20", optional = true }
3333
serde = { version = "1", optional = true }
34-
tgbot = "0.40"
34+
tgbot = "0.41"
3535
tokio = "1"
3636

3737
[dev-dependencies]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.32.0"
15+
carapax = "0.33.0"
1616
```
1717

1818
## Examples
1919

20-
See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.32.0/examples) directory.
20+
See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.33.0/examples) directory.
2121

2222
To 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.32.0/CHANGELOG.md)
40-
- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.32.0/CODE_OF_CONDUCT.md).
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).
4141

4242
## LICENSE
4343

0 commit comments

Comments
 (0)