Skip to content

Commit e4f300e

Browse files
committed
Release 0.10
1 parent 0db5749 commit e4f300e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.0 (20.06.2020)
4+
5+
- Added tgbot 0.10.0 support
6+
37
## 0.7.0 (26.04.2020)
48

59
- Added tgbot 0.9 support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name comes from [Carapace](https://en.wikipedia.org/wiki/Carapace) (carapax in l
1717

1818
```toml
1919
[dependencies]
20-
carapax = "0.7.0"
20+
carapax = "0.8.0"
2121
```
2222

2323
## Examples

carapax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ log = "0.4"
3333
nonzero_ext = { version = "0.2", default-features = false, optional = true }
3434
ratelimit_meter = { version = "5", optional = true }
3535
serde = { version = "1", optional = true }
36-
tgbot = "0.9"
36+
tgbot = "0.10"
3737
tokio = "0.2"
3838
seance = { version = "0.3", optional = true }
3939

0 commit comments

Comments
 (0)