File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-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.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
+
8
14
## [ 0.10.3] - 2025-03-10
9
15
10
16
- 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
200
206
201
207
## 0.1.0 - 2019-11-11
202
208
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
203
211
[ 0.10.2 ] : https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2
204
212
[ 0.10.1 ] : https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
205
213
[ 0.10.0 ] : https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-imap"
3
- version = " 0.10.3 "
3
+ version = " 0.10.4 "
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