Prepare 0.4.2 release

This commit is contained in:
Maybe Waffle 2022-02-17 15:03:41 +03:00
parent b079722ce2
commit 1d7825c97a
3 changed files with 4 additions and 2 deletions

View file

@ -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])

View file

@ -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"

View file

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