From 84f54b10dca0b42048be421205d281764512ad52 Mon Sep 17 00:00:00 2001 From: bjoern Date: Thu, 11 Nov 2021 16:45:30 +0100 Subject: [PATCH] prepare 1.64 (#2802) * update changelog for 1.64 * bump version to 1.64.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3563f6e8a..bffc7d063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## Unreleased +## 1.64.0 ### Fixes +- add 'waiting for being added to the group' only for group-joins, + not for setup-contact #2797 - prioritize In-Reply-To: and References: headers over group IDs when assigning messages to chats to fix incorrect assignment of Delta Chat replies to classic email threads #2795 diff --git a/Cargo.lock b/Cargo.lock index ec5a518a4..cc59b61d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,7 +1072,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.63.0" +version = "1.64.0" dependencies = [ "ansi_term", "anyhow", @@ -1152,7 +1152,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.63.0" +version = "1.64.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 7cdb22295..ca2a3b93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.63.0" +version = "1.64.0" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index de0fbafeb..fbcb1f92e 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.63.0" +version = "1.64.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"