From cd1f5bf229ac058568ca21d14e8b13aa38217389 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 20 Jun 2020 19:09:33 +0200 Subject: [PATCH 1/2] update changelog for 1.38 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9ace602..c23ba16f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.38.0 + +- fix sorting, esp. for multi-device + + ## 1.37.0 - improve ndn heuristics #1630 From 31a5811241f7062a4b571cd143571e19a80f58f8 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 20 Jun 2020 19:16:07 +0200 Subject: [PATCH 2/2] bump version to 1.38 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c38000f1a..38f051cda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,7 +814,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.37.0" +version = "1.38.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.37.0" +version = "1.38.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index e157fe85d..ab7211294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.37.0" +version = "1.38.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 400d214c5..719b1ff4b 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.37.0" +version = "1.38.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"