mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
commit
489499218c
3 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
## 0.4.2 - 2022-02-17
|
||||
|
||||
### Deprecated
|
||||
|
||||
- `Message::chat_id` use `.chat.id` field instead ([#182][pr182])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "teloxide-core"
|
||||
description = "Core part of the `teloxide` library - telegram bot API client"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
edition = "2018"
|
||||
|
||||
license = "MIT"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
//! asynchronouns and built using [`tokio`].
|
||||
//!
|
||||
//!```toml
|
||||
//! teloxide_core = "0.3"
|
||||
//! teloxide_core = "0.4"
|
||||
//! ```
|
||||
//! _Compiler support: requires rustc 1.49+_
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue