Release 3.0.0-alpha.7
This commit is contained in:
parent
d69a1ba0ab
commit
db29117463
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- VANISHED support in EXPUNGE responses and unsolicited responses (#172).
|
||||
- SORT command extension (#178).
|
||||
- Support for grabbing Gmail labels (#225).
|
||||
|
||||
### Changed
|
||||
- MSRV increased to 1.43 for nom6 and bitvec
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imap"
|
||||
version = "3.0.0-alpha.6"
|
||||
version = "3.0.0-alpha.7"
|
||||
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
||||
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
||||
documentation = "https://docs.rs/imap/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue