From bf9191527f5d5fe97a1de181123d4526558ccd51 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 12 Jan 2021 20:32:23 -0800 Subject: [PATCH] Release 2.4.1 --- CHANGELOG.md | 12 ++++++++---- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df8120..27fbd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - - Handle empty-set inputs to `fetch` and `uid_fetch` (#177) - ### Removed +## [2.4.1] - 2021-01-12 +### Changed + + - Handle empty-set inputs to `fetch` and `uid_fetch` (#177) + ## [2.4.0] - 2020-12-15 ### Added @@ -36,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MSRV increased - Better documentation of server greeting handling (#168) -[Unreleased]: https://github.com/jonhoo/rust-imap/compare/v2.4.0...HEAD -[2.4.0]: https://github.com/jonhoo/rust-imap/compare/v2.2.0...v2.4.0 +[Unreleased]: https://github.com/jonhoo/rust-imap/compare/v2.4.1...HEAD +[2.4.1]: https://github.com/jonhoo/rust-imap/compare/v2.4.0...v2.4.1 +[2.4.0]: https://github.com/jonhoo/rust-imap/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/jonhoo/rust-imap/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/jonhoo/rust-imap/compare/v2.1.2...v2.2.0 diff --git a/Cargo.toml b/Cargo.toml index 1dd1d68..f56fb92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "2.4.0" +version = "2.4.1" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"