mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
commit
afe8e2f99f
5 changed files with 5 additions and 13 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
## 0.5.1 - 2022-04-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Document the `errors` module.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "teloxide-core"
|
||||
description = "Core part of the `teloxide` library - telegram bot API client"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2018"
|
||||
|
||||
license = "MIT"
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
<a href="https://docs.rs/teloxide_core/">
|
||||
<img src="https://docs.rs/teloxide-core/badge.svg">
|
||||
</a>
|
||||
<a href="https://teloxide-core.netlify.com">
|
||||
<img src="https://img.shields.io/badge/docs-master-blue">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
|
||||
</a>
|
||||
|
@ -28,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
```toml
|
||||
teloxide-core = "0.4"
|
||||
teloxide-core = "0.5"
|
||||
```
|
||||
_Compiler support: requires rustc 1.49+_.
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[build]
|
||||
command = "rustup install nightly --profile minimal && cargo +nightly docs --no-deps && cp -r target/doc _netlify_out"
|
||||
publish = "_netlify_out"
|
||||
|
||||
[[redirects]]
|
||||
from = "/"
|
||||
to = "/teloxide_core"
|
|
@ -5,7 +5,7 @@
|
|||
//! asynchronous and built using [`tokio`].
|
||||
//!
|
||||
//!```toml
|
||||
//! teloxide_core = "0.4"
|
||||
//! teloxide_core = "0.5"
|
||||
//! ```
|
||||
//! _Compiler support: requires rustc 1.49+_
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue