prepare 1.58 (#2584)

* update changelog for 1.58.0

* bump version to 1.58.0
This commit is contained in:
bjoern
2021-08-02 21:55:32 +02:00
committed by GitHub
parent 8729d2c4aa
commit a60058543e
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 1.58.0
### Fixes
- move WAL file together with database
and avoid using data if the database was not closed correctly before #2583
## 1.57.0
### API Changes

4
Cargo.lock generated
View File

@@ -1107,7 +1107,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.57.0"
version = "1.58.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1185,7 +1185,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.57.0"
version = "1.58.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.57.0"
version = "1.58.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat_ffi"
version = "1.57.0"
version = "1.58.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"