diff --git a/CHANGELOG.md b/CHANGELOG.md index 70beb89345..6862939112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 0.18.0 (18.06.2024) +## 0.20.0 (02.07.2024) + +- Updated dependencies: + - tgbot 0.26 + +## 0.19.0 (18.06.2024) - Updated dependencies: - seance 0.12 diff --git a/Cargo.toml b/Cargo.toml index d292bb0958..844e5e6ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "carapax" description = "A Telegram Bot Framework" -version = "0.19.0" +version = "0.20.0" authors = ["Ross Nomann "] edition = "2021" readme = "./README.md" @@ -31,7 +31,7 @@ log = "0.4" nonzero_ext = { version = "0.3", optional = true } seance = { version = "0.12", optional = true } serde = { version = "1.0", optional = true } -tgbot = "0.25" +tgbot = "0.26" tokio = "1.38" [dev-dependencies] diff --git a/README.md b/README.md index dc60a6aaf8..87dfc7ca6b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ The name comes from [Carapace](https://en.wikipedia.org/wiki/Carapace) (carapax ```toml [dependencies] -carapax = "0.19.0" +carapax = "0.20.0" ``` ## Examples -See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.19.0/examples) directory. +See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.20.0/examples) directory. To run examples you need to create a `.env` file: @@ -36,8 +36,8 @@ This project adheres to [ZeroVer](https://0ver.org/). - [Latest Documentation](https://docs.rs/carapax) - [Master Documentation](https://tg-rs.github.io/carapax/carapax/) - [Telegram Chat](https://t.me/tgrsusers) -- [Changelog](https://github.com/tg-rs/carapax/tree/0.19.0/CHANGELOG.md) -- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.19.0/CODE_OF_CONDUCT.md). +- [Changelog](https://github.com/tg-rs/carapax/tree/0.20.0/CHANGELOG.md) +- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.20.0/CODE_OF_CONDUCT.md). ## LICENSE