prepare 1.63 (#2796)

* update changelog for 1.63

* bump version to 1.63.0
This commit is contained in:
bjoern
2021-11-06 21:00:54 +01:00
committed by GitHub
parent 4968f72dfb
commit 21aaedf943
4 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## 1.63.0
### API changes
- `dc_get_last_error()` added #2788
### Changes
- Optimize Autocrypt gossip #2743
### Fixes
- fix permanently hiding of one-to-one chats after secure-join #2791
## 1.62.0
### API Changes

4
Cargo.lock generated
View File

@@ -1072,7 +1072,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.62.0"
version = "1.63.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1152,7 +1152,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.62.0"
version = "1.63.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.62.0"
version = "1.63.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.62.0"
version = "1.63.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"