Skip to content

Commit b2ab561

Browse files
committed
chore(release): prepare for 0.10.0
1 parent 84b7b00 commit b2ab561

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.10.0] - 2024-08-30
9+
10+
- Support optional arguments for APPEND command. [#107](https://github.com/async-email/async-imap/pull/107)
11+
- Print unparseable input as a string. [#106](https://github.com/async-email/async-imap/pull/106)
12+
813
## [0.9.7] - 2023-01-30
914

1015
- Fix parsing of METADATA results with NIL values. [#103](https://github.com/async-email/async-imap/pull/103)
@@ -183,6 +188,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183188

184189
## 0.1.0 - 2019-11-11
185190

191+
[0.10.0]: https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
186192
[0.9.7]: https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7
187193
[0.9.6]: https://github.com/async-email/async-imap/compare/v0.9.5...v0.9.6
188194
[0.9.5]: https://github.com/async-email/async-imap/compare/v0.9.4...v0.9.5

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.7"
3+
version = "0.10.0"
44
authors = ["dignifiedquire <me@dignifiedquire.com>"]
55
documentation = "https://docs.rs/async-imap/"
66
repository = "https://github.com/async-email/async-imap"

0 commit comments

Comments
 (0)