Dump version: 0.3.1 => 0.3.2

This commit is contained in:
Waffle 2021-07-27 12:58:11 +03:00
parent 425455f9a0
commit 1d379a3452
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## 0.3.2 - 2021-07-27
### Added ### Added
- `ErasedRequester` bot adaptor, `ErasedRequest` struct, `{Request, RequesterExt}::erase` functions ([#105][pr105]) - `ErasedRequester` bot adaptor, `ErasedRequest` struct, `{Request, RequesterExt}::erase` functions ([#105][pr105])

View file

@ -1,7 +1,7 @@
[package] [package]
name = "teloxide-core" name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client" description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.3.1" version = "0.3.2"
edition = "2018" edition = "2018"
authors = [ authors = [
"Temirkhan Myrzamadi <hirrolot@gmail.com>", "Temirkhan Myrzamadi <hirrolot@gmail.com>",