add beta2 changelog, bump version to 1.0.0-beta.2

This commit is contained in:
holger krekel
2019-10-22 17:49:19 +02:00
parent 049077f13b
commit 131889cdfb
4 changed files with 26 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -480,7 +480,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
dependencies = [
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -549,9 +549,9 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
dependencies = [
"deltachat 1.0.0-beta.1",
"deltachat 1.0.0-beta.2",
"deltachat-provider-database 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",