mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Release teloxide-core
v0.10.1
This commit is contained in:
parent
eb31e14428
commit
32561f96ed
5 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
```toml
|
||||
teloxide-core = "0.10"
|
||||
teloxide-core = "0.10.1"
|
||||
```
|
||||
_Compiler support: requires rustc 1.68+_.
|
||||
|
||||
|
|
|
@ -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+_.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue