Skip to content

Commit 3c3e1ae

Browse files
committed
Merge remote-tracking branch 'origin/main' into hoc/channels-encryption-only-qrcodes
2 parents 496c462 + 45f1da8 commit 3c3e1ae

File tree

41 files changed

+666
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+666
-193
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020

2121
env:
2222
RUSTFLAGS: -Dwarnings
23-
RUST_VERSION: 1.88.0
23+
RUST_VERSION: 1.89.0
2424

2525
# Minimum Supported Rust Version
2626
MSRV: 1.85.0

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.10.0] - 2025-08-04
4+
5+
### Features / Changes
6+
7+
- Also lookup key contacts in lookup_id_by_addr() ([#7073](https://github.com/chatmail/core/pull/7073)).
8+
9+
### Miscellaneous Tasks
10+
11+
- cargo: Bump serde_json from 1.0.140 to 1.0.142.
12+
- cargo: Bump bolero from 0.13.3 to 0.13.4.
13+
- cargo: Bump async-channel from 2.3.1 to 2.5.0.
14+
- cargo: Bump hyper-util from 0.1.14 to 0.1.16.
15+
- cargo: Bump criterion from 0.6.0 to 0.7.0.
16+
- cargo: Bump strum from 0.27.1 to 0.27.2.
17+
- cargo: Bump strum_macros from 0.27.1 to 0.27.2.
18+
- Upgrade async-imap to 0.11.1.
19+
320
## [2.9.0] - 2025-07-31
421

522
### Features / Changes
@@ -6578,3 +6595,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed
65786595
[2.7.0]: https://github.com/chatmail/core/compare/v2.6.0..v2.7.0
65796596
[2.8.0]: https://github.com/chatmail/core/compare/v2.7.0..v2.8.0
65806597
[2.9.0]: https://github.com/chatmail/core/compare/v2.8.0..v2.9.0
6598+
[2.10.0]: https://github.com/chatmail/core/compare/v2.9.0..v2.10.0

0 commit comments

Comments
 (0)