File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.1] - 2024-09-09
9+
10+ - Correctly parse unsolicited APPEND responses
11+
812## [ 0.10.0] - 2024-08-30
913
1014- Support optional arguments for APPEND command. [ #107 ] ( https://github.com/async-email/async-imap/pull/107 )
@@ -188,6 +192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188192
189193## 0.1.0 - 2019-11-11
190194
195+ [ 0.10.1 ] : https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
191196[ 0.10.0 ] : https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
192197[ 0.9.7 ] : https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7
193198[ 0.9.6 ] : https://github.com/async-email/async-imap/compare/v0.9.5...v0.9.6
Original file line number Diff line number Diff line change 11[package ]
22name = " async-imap"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44authors = [" dignifiedquire <me@dignifiedquire.com>" ]
55documentation = " https://docs.rs/async-imap/"
66repository = " https://github.com/async-email/async-imap"
You can’t perform that action at this time.
0 commit comments