Skip to content

Commit c5eeb0b

Browse files
committed
chore(release): prepare for 0.11.1
1 parent a8578de commit c5eeb0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.11.1] - 2025-08-04
9+
10+
- Close IMAP stream after an error.
11+
812
## [0.11.0] - 2025-07-21
913

1014
- Breaking change: `read_response()` returns `Result<Option<_>>` instead of `Option<Result<_>>`.
@@ -211,6 +215,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211215

212216
## 0.1.0 - 2019-11-11
213217

218+
[0.11.1]: https://github.com/async-email/async-imap/compare/v0.11.0...v0.11.1
214219
[0.11.0]: https://github.com/async-email/async-imap/compare/v0.10.4...v0.11.0
215220
[0.10.4]: https://github.com/async-email/async-imap/compare/v0.10.3...v0.10.4
216221
[0.10.3]: https://github.com/async-email/async-imap/compare/v0.10.2...v0.10.3

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.11.0"
3+
version = "0.11.1"
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)