From 3ad74b6a9b5605fa2bb4dabaa1238a7a42385b9f Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Wed, 9 Mar 2022 20:42:12 +0600 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91562365..48f67379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.7.1 - 2022-03-09 + ### Fixed - Compilation with non-default features diff --git a/Cargo.toml b/Cargo.toml index ed94cf3f..a500bb83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.7.0" +version = "0.7.1" edition = "2018" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide"