From e1c3e953071d6c587e782e99161778dd02776080 Mon Sep 17 00:00:00 2001 From: bjoern Date: Mon, 2 May 2022 16:18:00 +0200 Subject: [PATCH] prepare 1.79 (#3281) * update changelog for 1.79.0 * bump version to 1.79.0 --- CHANGELOG.md | 7 +++++-- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58163a97..3c2bfa43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,16 @@ # Changelog -## Unreleased +## 1.79.0 ### Changes - Send locations in the background regardless of SMTP loop activity #3247 +- refactorings #3268 +- improve tests and ci #3266 #3271 ### Fixes - - simplify `dc_stop_io()` and remove potential panics and race conditions #3273 +- fix correct message escaping consisting of a dot in SMTP protocol #3265 + ## 1.78.0 diff --git a/Cargo.lock b/Cargo.lock index 95377eb0d..ddd08c90c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.78.0" +version = "1.79.0" dependencies = [ "ansi_term", "anyhow", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.78.0" +version = "1.79.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 5f5971414..550ecb180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.78.0" +version = "1.79.0" authors = ["Delta Chat Developers (ML) "] edition = "2021" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index b2edb0673..6a712a950 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.78.0" +version = "1.79.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"