From 1d379a34524ff687aa5a286722ac10a85d4de7a2 Mon Sep 17 00:00:00 2001 From: Waffle Date: Tue, 27 Jul 2021 12:58:11 +0300 Subject: [PATCH] Dump version: 0.3.1 => 0.3.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f218057..7352a145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## 0.3.2 - 2021-07-27 + ### Added - `ErasedRequester` bot adaptor, `ErasedRequest` struct, `{Request, RequesterExt}::erase` functions ([#105][pr105]) diff --git a/Cargo.toml b/Cargo.toml index 987af2b2..9ab400e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "teloxide-core" description = "Core part of the `teloxide` library - telegram bot API client" -version = "0.3.1" +version = "0.3.2" edition = "2018" authors = [ "Temirkhan Myrzamadi ",