Merge pull request #1137 from teloxide/release-teloxide-core-v0.10.1

Release `teloxide-core` v0.10.1
This commit is contained in:
Сырцев Вадим Игоревич 2024-08-17 12:15:44 +00:00 committed by GitHub
commit a8970bb925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2243,7 +2243,7 @@ dependencies = [
[[package]] [[package]]
name = "teloxide-core" name = "teloxide-core"
version = "0.10.0" version = "0.10.1"
dependencies = [ dependencies = [
"aho-corasick 0.7.20", "aho-corasick 0.7.20",
"bitflags 1.3.2", "bitflags 1.3.2",

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
## 0.10.1 - 2024-08-17
### Fixed ### Fixed
- Issue, when using `ReplyParameters` and multipart-requests involving file-sending it failed with `unimplemented error` ([#1136][pr1136], issue [#1135][issue1135]) - Issue, when using `ReplyParameters` and multipart-requests involving file-sending it failed with `unimplemented error` ([#1136][pr1136], issue [#1135][issue1135])

View file

@ -1,6 +1,6 @@
[package] [package]
name = "teloxide-core" name = "teloxide-core"
version = "0.10.0" version = "0.10.1"
description = "Core part of the `teloxide` library - telegram bot API client" description = "Core part of the `teloxide` library - telegram bot API client"
rust-version.workspace = true rust-version.workspace = true

View file

@ -25,7 +25,7 @@
</div> </div>
```toml ```toml
teloxide-core = "0.10" teloxide-core = "0.10.1"
``` ```
_Compiler support: requires rustc 1.68+_. _Compiler support: requires rustc 1.68+_.

View file

@ -5,7 +5,7 @@
//! asynchronous and built using [`tokio`]. //! asynchronous and built using [`tokio`].
//! //!
//!```toml //!```toml
//! teloxide-core = "0.9" //! teloxide-core = "0.10.1"
//! ``` //! ```
//! _Compiler support: requires rustc 1.70+_. //! _Compiler support: requires rustc 1.70+_.
//! //!