Skip to content

Commit a330bb0

Browse files
committed
chore(release): prepare for v0.9.2
1 parent f49d5c1 commit a330bb0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.9.2] - 2023-10-20
9+
10+
### Fixes
11+
12+
- Fix STATUS command response parsing. [#92](https://github.com/async-email/async-imap/pull/92)
13+
814
## [0.9.1] - 2023-08-28
915

1016
### Fixes
@@ -149,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149155

150156
## 0.1.0 - 2019-11-11
151157

158+
[0.9.2]: https://github.com/async-email/async-imap/compare/v0.9.1...v0.9.2
152159
[0.9.1]: https://github.com/async-email/async-imap/compare/v0.9.0...v0.9.1
153160
[0.9.0]: https://github.com/async-email/async-imap/compare/v0.8.0...v0.9.0
154161
[0.8.0]: https://github.com/async-email/async-imap/compare/v0.7.0...v0.8.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-imap"
3-
version = "0.9.1"
3+
version = "0.9.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)