Bump version (0.2.2 => 0.3.0)

This commit is contained in:
Waffle 2021-07-04 16:28:00 +03:00
parent 5ac43d4ac0
commit df69d07f2b
4 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## 0.3.0
### Added ### Added
- `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#76][pr76]) - `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#76][pr76])

View file

@ -1,7 +1,7 @@
[package] [package]
name = "teloxide-core" name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client" description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.2.2" version = "0.3.0"
edition = "2018" edition = "2018"
authors = [ authors = [
"Temirkhan Myrzamadi <hirrolot@gmail.com>", "Temirkhan Myrzamadi <hirrolot@gmail.com>",

View file

@ -28,7 +28,7 @@
</div> </div>
```toml ```toml
teloxide_core = "0.2" teloxide_core = "0.3"
``` ```
_Compiler support: requires rustc 1.49+_. _Compiler support: requires rustc 1.49+_.

View file

@ -5,7 +5,7 @@
//! asynchronouns and built using [`tokio`]. //! asynchronouns and built using [`tokio`].
//! //!
//!```toml //!```toml
//! teloxide_core = "0.2" //! teloxide_core = "0.3"
//! ``` //! ```
//! _Compiler support: requires rustc 1.49+_ //! _Compiler support: requires rustc 1.49+_
//! //!