Skip to content

Commit 18e486d

Browse files
committedMar 31, 2020
Bump version to v0.5.2
1 parent 1ce8cd5 commit 18e486d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tbot"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Make cool Telegram bots with Rust easily."
55
repository = "https://gitlab.com/SnejUgal/tbot"
66
readme = "./readme.md"

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ file an issue on either our [GitLab] or [GitHub] repository.
4747

4848
## Features
4949

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

0 commit comments

Comments
 (0)
Please sign in to comment.