File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.9.6] - 2023-01-27
9
+
10
+ ### Changes
11
+
12
+ - Add GETMETADATA command. [ #102 ] ( https://github.com/async-email/async-imap/pull/102 )
13
+
8
14
## [ 0.9.5] - 2023-12-11
9
15
10
16
### Fixes
@@ -173,6 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
179
174
180
## 0.1.0 - 2019-11-11
175
181
182
+ [ 0.9.6 ] : https://github.com/async-email/async-imap/compare/v0.9.5...v0.9.6
176
183
[ 0.9.5 ] : https://github.com/async-email/async-imap/compare/v0.9.4...v0.9.5
177
184
[ 0.9.4 ] : https://github.com/async-email/async-imap/compare/v0.9.3...v0.9.4
178
185
[ 0.9.3 ] : https://github.com/async-email/async-imap/compare/v0.9.2...v0.9.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-imap"
3
- version = " 0.9.5 "
3
+ version = " 0.9.6 "
4
4
authors = [
" dignifiedquire <[email protected] >" ]
5
5
documentation = " https://docs.rs/async-imap/"
6
6
repository = " https://github.com/async-email/async-imap"
You can’t perform that action at this time.
0 commit comments