Merge pull request #204 from teloxide/r051

Release v0.5.1
This commit is contained in:
Hirrolot 2022-04-18 16:08:29 +06:00 committed by GitHub
commit afe8e2f99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 13 deletions

View file

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

View file

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

View file

@ -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+_.

View file

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

View file

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