mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Prepare for v0.5.1
This commit is contained in:
parent
0fce577c10
commit
a35667ac2b
2 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [unreleased]
|
||||
|
||||
## [0.5.1] - 2021-08-01
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved log messages when `^C` is received with `^C` handler setted up
|
||||
- Improved log messages when `^C` is received with `^C` handler set up
|
||||
|
||||
## [0.5.0] - 2021-07-08
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "teloxide"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2018"
|
||||
description = "An elegant Telegram bots framework for Rust"
|
||||
repository = "https://github.com/teloxide/teloxide"
|
||||
|
@ -64,7 +64,7 @@ full = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
teloxide-core = { version = "0.3.1", default-features = false }
|
||||
teloxide-core = { version = "0.3.2", default-features = false }
|
||||
#teloxide-core = { git = "https://github.com/teloxide/teloxide-core.git", rev = "...", default-features = false }
|
||||
teloxide-macros = { version = "0.4", optional = true }
|
||||
|
||||
|
|
Loading…
Reference in a new issue