prepare 1.54 (#2412)

This commit is contained in:
bjoern
2021-05-03 01:50:20 +02:00
committed by GitHub
parent 30c463e0ba
commit 32e6774096
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 1.54.0
- switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381 #2385 #2387
@@ -20,12 +20,13 @@
- add "Forwarded:" to notification and chatlist summaries #2310
- place user avatar directly into `Chat-User-Avatar` header #2232
- place user avatar directly into `Chat-User-Avatar` header #2232 #2384
- improve tests #2360 #2362 #2370 #2377 #2387
- cleanup #2359 #2361 #2374 #2376 #2379 #2388
## 1.53.0
- fix sqlx performance regression #2355 2356

4
Cargo.lock generated
View File

@@ -1089,7 +1089,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.53.0"
version = "1.54.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1168,7 +1168,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.53.0"
version = "1.54.0"
dependencies = [
"anyhow",
"async-std",

View File

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