From 189d174e3313fc7c9c5564b4000d756c7bc1a3e7 Mon Sep 17 00:00:00 2001 From: Ross Nomann Date: Tue, 7 May 2024 21:50:40 +0200 Subject: [PATCH] Prepare 0.17.0 release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8707402b0..7c33eb323ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.17.0 (07.05.2024) + +- Updated dependencies: + - tgbot 0.23 + ## 0.16.0 (01.04.2024) - Updated dependencies: diff --git a/Cargo.toml b/Cargo.toml index bc6002c6358..c46ea055db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "carapax" description = "A Telegram Bot Framework" -version = "0.16.0" +version = "0.17.0" authors = ["Ross Nomann "] edition = "2021" readme = "./README.md" diff --git a/README.md b/README.md index e02d719dbb2..baa11f3b00d 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.16.0" +carapax = "0.17.0" ``` ## Examples -See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.16.0/examples) directory. +See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.17.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.16.0/CHANGELOG.md) -- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.16.0/CODE_OF_CONDUCT.md). +- [Changelog](https://github.com/tg-rs/carapax/tree/0.17.0/CHANGELOG.md) +- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.17.0/CODE_OF_CONDUCT.md). ## LICENSE