Release 2.2.0
This commit is contained in:
parent
5794b0f871
commit
6c43b19f60
2 changed files with 29 additions and 1 deletions
28
CHANGELOG.md
Normal file
28
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [2.2.0] - 2020-07-27
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Changelog
|
||||||
|
- STARTTLS example (#165)
|
||||||
|
- Timeout example (#168)
|
||||||
|
- Export `Result` and `Error` types (#170)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- MSRV increased
|
||||||
|
- Better documentation of server greeting handling (#168)
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/jonhoo/rust-imap/compare/v2.2.0...HEAD
|
||||||
|
[2.2.0]: https://github.com/jonhoo/rust-imap/compare/v2.1.2...v2.2.0
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imap"
|
name = "imap"
|
||||||
version = "2.1.2"
|
version = "2.2.0"
|
||||||
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
||||||
"Jon Gjengset <jon@thesquareplanet.com>"]
|
"Jon Gjengset <jon@thesquareplanet.com>"]
|
||||||
documentation = "https://docs.rs/imap/"
|
documentation = "https://docs.rs/imap/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue