Skip to content

Commit 6bf0be9

Browse files
committed
Release async-imap version 0.7.0
1 parent 4d09f6a commit 6bf0be9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## [0.7.0] - 2023-04-03
99

1010
### Added
1111

@@ -108,8 +108,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108108

109109
- Ensure there is enough space available when encoding.
110110

111-
## [0.1.0] - 2019-11-11
111+
## 0.1.0 - 2019-11-11
112112

113+
[0.7.0]: https://github.com/async-email/async-imap/compare/v0.6.0...v0.7.0
113114
[0.6.0]: https://github.com/async-email/async-imap/compare/v0.5.0...v0.6.0
114115
[0.5.0]: https://github.com/async-email/async-imap/compare/v0.4.1...v0.5.0
115116
[0.4.1]: https://github.com/async-email/async-imap/compare/v0.4.0...v0.4.1

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.6.0"
3+
version = "0.7.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)