Skip to content

Commit 920665d

Browse files
committed
chore(release): prepare for 0.10.4
1 parent 4c85817 commit 920665d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 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.10.4] - 2025-04-07
9+
10+
- Remove unused `once_cell` dependency.
11+
- Update base64 from 0.21 to 0.22.1.
12+
- Use write_all() to write space after a tag.
13+
814
## [0.10.3] - 2025-03-10
915

1016
- Don't panic if the server returns 0 as the quota limit. [#116](https://github.com/chatmail/async-imap/pull/116)
@@ -200,6 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200206

201207
## 0.1.0 - 2019-11-11
202208

209+
[0.10.4]: https://github.com/async-email/async-imap/compare/v0.10.3...v0.10.4
210+
[0.10.3]: https://github.com/async-email/async-imap/compare/v0.10.2...v0.10.3
203211
[0.10.2]: https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2
204212
[0.10.1]: https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
205213
[0.10.0]: https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.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.10.3"
3+
version = "0.10.4"
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)