From 5af0ec2c6204aa4f3cb9d1798ec4b7c80f359568 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 18 Mar 2023 10:58:29 +0200 Subject: [PATCH] Release 0.24.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 4 +--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef7bd9..ccae00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.24.1 (2023-03-18) + + * Update `typed-builder` to 0.14 + * Update `mockito` dependency to 1.0 + ## 0.24.0 (2023-03-12) ### [Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023) - [#102](https://github.com/ayrat555/frankenstein/pull/102) diff --git a/Cargo.toml b/Cargo.toml index 72ce349..5ffbc46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.24.0" +version = "0.24.1" authors = ["Ayrat Badykov "] description = "Telegram bot API client for Rust" edition = "2018" diff --git a/README.md b/README.md index aca65b3..87a5ee2 100644 --- a/README.md +++ b/README.md @@ -195,12 +195,11 @@ AsyncApi::builder().api_url(api_url).client(client).build() ### Documentation -Frankenstein implements all telegram bot api methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.24.0/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) +Frankenstein implements all telegram bot api methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.24.1/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: - [El Monitorro](https://github.com/ayrat555/el_monitorro) - RSS/Atom/JSON feed reader. -- [ledit](https://github.com/jflessau/ledit) - task assignment bot. - [subvt-telegram-bot](https://github.com/helikon-labs/subvt-backend/tree/main/subvt-telegram-bot) - A telegram bot for the validators of the [Polkadot](https://polkadot.network/) and [Kusama](https://kusama.network/). - [wdr-maus-downloader](https://github.com/EdJoPaTo/wdr-maus-downloader) - checks for a new episode of the WDR Maus and downloads it. - [weather_bot_rust](https://github.com/pxp9/weather_bot_rust) - A telegram bot that provides weather info around the world. @@ -245,4 +244,3 @@ Ayrat Badykov (@ayrat555) [ci]: https://crates.io/crates/frankenstein [docs]: https://docs.rs/frankenstein/ [ga-test]: https://github.com/ayrat555/frankenstein/actions/workflows/rust.yml/badge.svg -[ga-style]: https://github.com/ayrat555/frankenstein/actions/workflows/style.yml/badge.svg