Release 2.4.1
This commit is contained in:
parent
9b6ff70e3b
commit
bf9191527f
2 changed files with 9 additions and 5 deletions
12
CHANGELOG.md
12
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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imap"
|
||||
version = "2.4.0"
|
||||
version = "2.4.1"
|
||||
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
||||
"Jon Gjengset <jon@thesquareplanet.com>"]
|
||||
documentation = "https://docs.rs/imap/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue