Skip to content

Commit 9560e27

Browse files
committed
chore(release): prepare for 0.10.2
1 parent a513a7b commit 9560e27

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.2] - 2024-10-14
9+
10+
- Implement IMAP COMPRESS
11+
812
## [0.10.1] - 2024-09-09
913

1014
- Correctly parse unsolicited APPEND responses
@@ -192,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192196

193197
## 0.1.0 - 2019-11-11
194198

199+
[0.10.2]: https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2
195200
[0.10.1]: https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
196201
[0.10.0]: https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
197202
[0.9.7]: https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-imap"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["dignifiedquire <[email protected]>"]
55
documentation = "https://docs.rs/async-imap/"
66
repository = "https://github.com/async-email/async-imap"

0 commit comments

Comments
 (0)