From c6317e4ad31b3d4b7cb979f1a52078b44a3a5460 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 7 Jun 2022 08:18:51 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e597ae..6ec6a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.16.0 (2022-06-07) + + * Reduce `Message` struct memory size [#69](https://github.com/ayrat555/frankenstein/pull/69) + ## 0.15.1 (2022-06-02) * Add `new_with_client` to AsyncApi [#66](https://github.com/ayrat555/frankenstein/pull/66) diff --git a/Cargo.toml b/Cargo.toml index 83f0238..004410f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.15.1" +version = "0.16.0" authors = ["Ayrat Badykov "] description = "Telegram bot API client for Rust" edition = "2018"