Skip to content

Commit

Permalink
Merge branch 'release-0.5.2' into 'master'
Browse files Browse the repository at this point in the history
Release v0.5.2

See merge request SnejUgal/tbot!189
  • Loading branch information
AlexStrNik committed Mar 31, 2020
2 parents 1ce8cd5 + 18e486d commit f84e106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tbot"
version = "0.5.1"
version = "0.5.2"
description = "Make cool Telegram bots with Rust easily."
repository = "https://gitlab.com/SnejUgal/tbot"
readme = "./readme.md"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ file an issue on either our [GitLab] or [GitHub] repository.

## Features

- Full Bot API v4.6 support, including Polls v2.0, media download/upload,
polling and [webhooks];
- Full Bot API 4.7 support, as well as media download/upload, polling
and [webhooks];
- `async`/`.await` support, built upon `tokio`;
- Type-safe and idiomatic API;
- Easy to use, while scalable and configurable.
Expand Down

0 comments on commit f84e106

Please sign in to comment.