Prepare for v0.5.0

This commit is contained in:
Hirrolot 2021-07-08 15:22:13 +06:00
parent 3690a74e41
commit 674b1f974a
3 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## [0.5.0] - 2021-07-08
### Added ### Added
- `Storage::get_dialogue` to obtain a dialogue indexed by a chat ID. - `Storage::get_dialogue` to obtain a dialogue indexed by a chat ID.

View file

@ -1,16 +1,17 @@
[package] [package]
name = "teloxide" name = "teloxide"
version = "0.4.0" version = "0.5.0"
edition = "2018" edition = "2018"
description = "An elegant Telegram bots framework for Rust" description = "An elegant Telegram bots framework for Rust"
repository = "https://github.com/teloxide/teloxide" repository = "https://github.com/teloxide/teloxide"
documentation = "https://docs.rs/teloxide/" documentation = "https://docs.rs/teloxide/"
readme = "README.md" readme = "README.md"
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"] keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"]
categories = ["web-programming", "api-bindings"]
license = "MIT" license = "MIT"
exclude = ["media"] exclude = ["media"]
authors = [ authors = [
"Temirkhan Myrzamadi <hirrolot@gmail.com>", "Hirrolot <hirrolot@gmail.com>",
"Waffle Lapkin <waffle.lapkin@gmail.com>", "Waffle Lapkin <waffle.lapkin@gmail.com>",
"p0lunin <dmytro.polunin@gmail.com>", "p0lunin <dmytro.polunin@gmail.com>",
"Mishko torop'izhko", "Mishko torop'izhko",

View file

@ -30,7 +30,7 @@ Note: this list is non-exhaustive; for the full list of changes, see the [teloxi
<img src="https://img.shields.io/crates/v/teloxide.svg"> <img src="https://img.shields.io/crates/v/teloxide.svg">
</a> </a>
<a href="https://core.telegram.org/bots/api"> <a href="https://core.telegram.org/bots/api">
<img src="https://img.shields.io/badge/API coverage-Up to 5.1 (inclusively)-green.svg"> <img src="https://img.shields.io/badge/API coverage-Up to 5.3 (inclusively)-green.svg">
</a> </a>
<a href="https://t.me/teloxide"> <a href="https://t.me/teloxide">
<img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet"> <img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet">