diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa10012..3ce2de21 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.3.0 + ### Added - `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#76][pr76]) diff --git a/Cargo.toml b/Cargo.toml index 886d4b1e..fc41b81c 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.2.2" +version = "0.3.0" edition = "2018" authors = [ "Temirkhan Myrzamadi ", diff --git a/README.md b/README.md index 6fb9a164..fde42a77 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ```toml -teloxide_core = "0.2" +teloxide_core = "0.3" ``` _Compiler support: requires rustc 1.49+_. diff --git a/src/lib.rs b/src/lib.rs index 4cff94e0..7ea0ab80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! asynchronouns and built using [`tokio`]. //! //!```toml -//! teloxide_core = "0.2" +//! teloxide_core = "0.3" //! ``` //! _Compiler support: requires rustc 1.49+_ //!