File tree 2 files changed +6
-1
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.10.2] - 2024-10-14
9
+
10
+ - Implement IMAP COMPRESS
11
+
8
12
## [ 0.10.1] - 2024-09-09
9
13
10
14
- Correctly parse unsolicited APPEND responses
@@ -192,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192
196
193
197
## 0.1.0 - 2019-11-11
194
198
199
+ [ 0.10.2 ] : https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2
195
200
[ 0.10.1 ] : https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
196
201
[ 0.10.0 ] : https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
197
202
[ 0.9.7 ] : https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-imap"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
authors = [
" dignifiedquire <[email protected] >" ]
5
5
documentation = " https://docs.rs/async-imap/"
6
6
repository = " https://github.com/async-email/async-imap"
You can’t perform that action at this time.
0 commit comments