diff --git a/CHANGELOG.md b/CHANGELOG.md index 7186f906d9f..7e89aec7d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.27.0 (04.12.2024) + +- Updated dependencies: + - seance 0.16 + - tgbot 0.33 + - tokio 1.42 + ## 0.26.0 (17.11.2024) - Updated dependencies: diff --git a/Cargo.toml b/Cargo.toml index d494394db5b..8c7e9350687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "carapax" description = "A Telegram Bot Framework" -version = "0.26.0" +version = "0.27.0" authors = ["Ross Nomann "] edition = "2021" readme = "./README.md" @@ -29,10 +29,10 @@ futures-util = "0.3" governor = { version = "0.7", optional = true } log = "0.4" nonzero_ext = { version = "0.3", optional = true } -seance = { version = "0.15", optional = true } +seance = { version = "0.16", optional = true } serde = { version = "1.0", optional = true } -tgbot = "0.32" -tokio = "1.41" +tgbot = "0.33" +tokio = "1.42" [dev-dependencies] dotenvy = "0.15" @@ -40,7 +40,7 @@ env_logger = "0.11" regex = "1.11" serde_json = "1.0" tempfile = "3.14" -tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } toml = "0.8" [lints.rust] diff --git a/README.md b/README.md index 61aa9c83502..cf94d937d1a 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.26.0" +carapax = "0.27.0" ``` ## Examples -See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.26.0/examples) directory. +See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.27.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.26.0/CHANGELOG.md) -- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.26.0/CODE_OF_CONDUCT.md). +- [Changelog](https://github.com/tg-rs/carapax/tree/0.27.0/CHANGELOG.md) +- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.27.0/CODE_OF_CONDUCT.md). ## LICENSE