From 35d87e415c7f7b42dca29a188086cc0010055da0 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Mon, 3 Oct 2022 00:08:00 +0000 Subject: [PATCH] Dump version `0.7.1` -> `0.8.0` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50dc62e6..a0f27f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.8.0 - 2022-10-03 + ### Added - Support for Telegram Bot API [version 6.2](https://core.telegram.org/bots/api#august-12-2022) ([#251][pr251]) diff --git a/Cargo.toml b/Cargo.toml index a3e25291..fb1cfcb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "teloxide-core" description = "Core part of the `teloxide` library - telegram bot API client" -version = "0.7.1" +version = "0.8.0" edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 1fc5fc94..5ccee596 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ```toml -teloxide-core = "0.7" +teloxide-core = "0.8" ``` _Compiler support: requires rustc 1.64+_. diff --git a/src/lib.rs b/src/lib.rs index e7c945f3..36916ec8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! asynchronous and built using [`tokio`]. //! //!```toml -//! teloxide_core = "0.7" +//! teloxide_core = "0.8" //! ``` //! _Compiler support: requires rustc 1.64+_. //!