From 9d5bce9b7e9420bc2f85982e543e7e15bfab645e Mon Sep 17 00:00:00 2001 From: bjoern Date: Sat, 16 Jul 2022 23:54:02 +0200 Subject: [PATCH] release 1.90.0 (#3512) * update changelog for 1.90.0 * bump version to 1.90.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e35613ba..b2eac9637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ ## Unreleased +### Changes + +### Fixes + + +## 1.90.0 + ### Changes - handle drafts from mailto links in scanned QR #3492 - do not overflow ratelimiter leaky bucket #3496 - (AEAP) Add device message after you changed your address #3505 - (AEAP) Revert #3491, instead only replace contacts in verified groups #3510 +- improve python bindings and tests #3502 #3503 ### Fixes - don't squash text parts of NDN into attachments #3497 diff --git a/Cargo.lock b/Cargo.lock index d30fc72cc..bf41081c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.89.0" +version = "1.90.0" dependencies = [ "ansi_term", "anyhow", @@ -832,7 +832,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.89.0" +version = "1.90.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 76f39f791..bfe6a5952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.89.0" +version = "1.90.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 bb04afbd6..eefeb6f5b 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.89.0" +version = "1.90.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/package.json b/package.json index 528ae0152..26be51a71 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail" }, "types": "node/dist/index.d.ts", - "version": "1.89.0" + "version": "1.90.0" } \ No newline at end of file