Skip to content

Commit b37821f

Browse files
committed
chore(release): prepare for 0.10.3
1 parent 7e4109f commit b37821f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.3] - 2025-03-10
9+
10+
- Don't panic if the server returns 0 as the quota limit. [#116](https://github.com/chatmail/async-imap/pull/116)
11+
812
## [0.10.2] - 2024-10-14
913

1014
- Implement IMAP COMPRESS

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-imap"
3-
version = "0.10.2"
3+
version = "0.10.3"
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)