From 4a9fb0212f0e50f86781fac4ada11102d0d27ed1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 5 Dec 2019 19:31:35 +0100 Subject: [PATCH] complete changelog and bump version --- CHANGELOG.md | 5 +++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c186b9f9b..f24897fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ - remove last unsafe code from dc_receive_imf :) @hpk42 +- add experimental new dc_chat_get_info_json FFI/API so that desktop devs + can play with using it. @jikstra + +- fix encoding of subjects and attachment-filenames @hpk42 + @dignifiedquire . ## 1.0.0-beta.9 diff --git a/Cargo.lock b/Cargo.lock index 2331dec13..2140e0450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.0.0-beta.9" +version = "1.0.0-beta.10" dependencies = [ "async-imap 0.1.1 (git+https://github.com/async-email/async-imap)", "async-std 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -683,9 +683,9 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.0.0-beta.9" +version = "1.0.0-beta.10" dependencies = [ - "deltachat 1.0.0-beta.9", + "deltachat 1.0.0-beta.10", "deltachat-provider-database 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 348482113..31296e1f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.0.0-beta.9" +version = "1.0.0-beta.10" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index aad4d4340..baf73a67c 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.0.0-beta.9" +version = "1.0.0-beta.10" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"