From 445432f9ed5446b7ab8535ebc5689567c46266a0 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 17 Sep 2022 14:40:16 -0700 Subject: [PATCH] Release alpha 9 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b77743..33e0f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). - SORT command extension (#178). - Support for grabbing Gmail labels (#225). + - Support for the ACL extension (#227). + - Expose APPENDUID data (#232). ### Changed - MSRV increased to 1.43 for nom6 and bitvec diff --git a/Cargo.toml b/Cargo.toml index 49030ae..1fb34b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "3.0.0-alpha.8" +version = "3.0.0-alpha.9" authors = ["Jon Gjengset ", "Matt McCoy "] documentation = "https://docs.rs/imap/"