mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-25 01:25:12 +01:00
Bump version (0.2.2 => 0.3.0)
This commit is contained in:
parent
5ac43d4ac0
commit
df69d07f2b
4 changed files with 5 additions and 3 deletions
|
@ -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])
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -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+_.
|
||||||
|
|
||||||
|
|
|
@ -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+_
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Reference in a new issue