Release teloxide-core v0.10.1

This commit is contained in:
Hirrolot 2024-08-17 16:38:01 +05:00
parent eb31e14428
commit 32561f96ed
No known key found for this signature in database
GPG key ID: F0C33B48BD883C81
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2243,7 +2243,7 @@ dependencies = [
[[package]]
name = "teloxide-core"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"aho-corasick 0.7.20",
"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
## 0.10.1 - 2024-08-17
### Fixed
- 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]
name = "teloxide-core"
version = "0.10.0"
version = "0.10.1"
description = "Core part of the `teloxide` library - telegram bot API client"
rust-version.workspace = true

View file

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

View file

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