File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.26.0 (17.11.2024)
4
+
5
+ - Updated dependencies:
6
+ - tgbot 0.32
7
+
3
8
## 0.25.0 (01.11.2024)
4
9
5
10
- Updated dependencies:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " carapax"
3
3
description = " A Telegram Bot Framework"
4
- version = " 0.25 .0"
4
+ version = " 0.26 .0"
5
5
authors = [
" Ross Nomann <[email protected] >" ]
6
6
edition = " 2021"
7
7
readme = " ./README.md"
@@ -31,7 +31,7 @@ log = "0.4"
31
31
nonzero_ext = { version = " 0.3" , optional = true }
32
32
seance = { version = " 0.15" , optional = true }
33
33
serde = { version = " 1.0" , optional = true }
34
- tgbot = " 0.31 "
34
+ tgbot = " 0.32 "
35
35
tokio = " 1.41"
36
36
37
37
[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
12
12
13
13
``` toml
14
14
[dependencies ]
15
- carapax = " 0.25 .0"
15
+ carapax = " 0.26 .0"
16
16
```
17
17
18
18
## Examples
19
19
20
- See examples in the [ examples] ( https://github.com/tg-rs/carapax/tree/0.25 .0/examples ) directory.
20
+ See examples in the [ examples] ( https://github.com/tg-rs/carapax/tree/0.26 .0/examples ) directory.
21
21
22
22
To run examples you need to create a ` .env ` file:
23
23
@@ -36,8 +36,8 @@ This project adheres to [ZeroVer](https://0ver.org/).
36
36
- [ Latest Documentation] ( https://docs.rs/carapax )
37
37
- [ Master Documentation] ( https://tg-rs.github.io/carapax/carapax/ )
38
38
- [ Telegram Chat] ( https://t.me/tgrsusers )
39
- - [ Changelog] ( https://github.com/tg-rs/carapax/tree/0.25 .0/CHANGELOG.md )
40
- - [ Code of Conduct] ( https://github.com/tg-rs/carapax/tree/0.25 .0/CODE_OF_CONDUCT.md ) .
39
+ - [ Changelog] ( https://github.com/tg-rs/carapax/tree/0.26 .0/CHANGELOG.md )
40
+ - [ Code of Conduct] ( https://github.com/tg-rs/carapax/tree/0.26 .0/CODE_OF_CONDUCT.md ) .
41
41
42
42
## LICENSE
43
43
You can’t perform that action at this time.
0 commit comments