Skip to content

Commit

Permalink
chore(release): prepare for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Sep 9, 2024
1 parent 870eb74 commit 1ad375c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.1] - 2024-09-09

- Correctly parse unsolicited APPEND responses

## [0.10.0] - 2024-08-30

- Support optional arguments for APPEND command. [#107](https://github.com/async-email/async-imap/pull/107)
Expand Down Expand Up @@ -188,6 +192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.1.0 - 2019-11-11

[0.10.1]: https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
[0.9.7]: https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7
[0.9.6]: https://github.com/async-email/async-imap/compare/v0.9.5...v0.9.6
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-imap"
version = "0.10.0"
version = "0.10.1"
authors = ["dignifiedquire <me@dignifiedquire.com>"]
documentation = "https://docs.rs/async-imap/"
repository = "https://github.com/async-email/async-imap"
Expand Down

0 comments on commit 1ad375c

Please sign in to comment.