From defad94f5afd2f2a52068564df0590289d0360b8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 6 Dec 2019 00:55:24 +0100 Subject: [PATCH] bump to beta12 --- 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 cbcf1fdf3..f99d8758a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.0-beta.12 + +- fix python bindings to use core for copying attachments to blobdir + and fix core to actually do it. @hpk42 + ## 1.0.0-beta.11 - trigger reconnect more often on imap error states. Should fix an diff --git a/Cargo.lock b/Cargo.lock index 77ec9e23d..21a119e35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.0.0-beta.11" +version = "1.0.0-beta.12" 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.11" +version = "1.0.0-beta.12" dependencies = [ - "deltachat 1.0.0-beta.11", + "deltachat 1.0.0-beta.12", "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 cde0dd6c6..b33b0c821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.0.0-beta.11" +version = "1.0.0-beta.12" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index dbb981d08..ba29a0ff3 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.0.0-beta.11" +version = "1.0.0-beta.12" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"