From 674b1f974ad170f5e78c5f1e4320ddcabe94fc7f Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 8 Jul 2021 15:22:13 +0600 Subject: [PATCH] Prepare for v0.5.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 5 +++-- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06d07d4..ac7d6ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.5.0] - 2021-07-08 + ### Added - `Storage::get_dialogue` to obtain a dialogue indexed by a chat ID. diff --git a/Cargo.toml b/Cargo.toml index d86f5f0c..33560178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,17 @@ [package] name = "teloxide" -version = "0.4.0" +version = "0.5.0" edition = "2018" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide" documentation = "https://docs.rs/teloxide/" readme = "README.md" keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"] +categories = ["web-programming", "api-bindings"] license = "MIT" exclude = ["media"] authors = [ - "Temirkhan Myrzamadi ", + "Hirrolot ", "Waffle Lapkin ", "p0lunin ", "Mishko torop'izhko", diff --git a/README.md b/README.md index 088dd691..1189d1da 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Note: this list is non-exhaustive; for the full list of changes, see the [teloxi - +