prepare 1.92 (#3525)

* update changelog for 1.92.0

* bump version to 1.92.0
This commit is contained in:
bjoern
2022-07-26 16:52:32 +02:00
committed by GitHub
parent 40fb02a00f
commit e7dda04081
5 changed files with 11 additions and 8 deletions

View File

@@ -2,9 +2,6 @@
## Unreleased
### API-Changes
- add `dc_chat_get_mailinglist_addr()` #3520
### Added
### Changes
@@ -12,6 +9,12 @@
### Fixes
## 1.92.0
### API-Changes
- add `dc_chat_get_mailinglist_addr()` #3520
## 1.91.0
### Added

4
Cargo.lock generated
View File

@@ -752,7 +752,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.91.0"
version = "1.92.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -832,7 +832,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.91.0"
version = "1.92.0"
dependencies = [
"anyhow",
"deltachat",

View File

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

View File

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

View File

@@ -60,5 +60,5 @@
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail"
},
"types": "node/dist/index.d.ts",
"version": "1.91.0"
"version": "1.92.0"
}