Skip to content

Commit 4d2d23f

Browse files
committed
chore(release): prepare for 0.11.0
1 parent 754eff8 commit 4d2d23f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0] - 2025-07-21
9+
10+
- Breaking change: `read_response()` returns `Result<Option<_>>` instead of `Option<Result<_>>`.
11+
- Add `get_ref()` and `get_mut()` APIs to get references to underlying stream.
12+
813
## [0.10.4] - 2025-04-07
914

1015
- Remove unused `once_cell` dependency.
@@ -206,6 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206211

207212
## 0.1.0 - 2019-11-11
208213

214+
[0.11.0]: https://github.com/async-email/async-imap/compare/v0.10.4...v0.11.0
209215
[0.10.4]: https://github.com/async-email/async-imap/compare/v0.10.3...v0.10.4
210216
[0.10.3]: https://github.com/async-email/async-imap/compare/v0.10.2...v0.10.3
211217
[0.10.2]: https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2

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.10.4"
3+
version = "0.11.0"
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)