Release alpha 9

This commit is contained in:
Jon Gjengset 2022-09-17 14:40:16 -07:00
parent 1a81abbdb8
commit 445432f9ed
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- VANISHED support in EXPUNGE responses and unsolicited responses (#172). - VANISHED support in EXPUNGE responses and unsolicited responses (#172).
- SORT command extension (#178). - SORT command extension (#178).
- Support for grabbing Gmail labels (#225). - Support for grabbing Gmail labels (#225).
- Support for the ACL extension (#227).
- Expose APPENDUID data (#232).
### Changed ### Changed
- MSRV increased to 1.43 for nom6 and bitvec - MSRV increased to 1.43 for nom6 and bitvec

View file

@ -1,6 +1,6 @@
[package] [package]
name = "imap" name = "imap"
version = "3.0.0-alpha.8" version = "3.0.0-alpha.9"
authors = ["Jon Gjengset <jon@thesquareplanet.com>", authors = ["Jon Gjengset <jon@thesquareplanet.com>",
"Matt McCoy <mattnenterprise@yahoo.com>"] "Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "https://docs.rs/imap/" documentation = "https://docs.rs/imap/"