diff --git a/CHANGELOG.md b/CHANGELOG.md index 7759d5990..575e7d3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +### Changes + +### API-Changes + +### Fixes + + +## 1.104.0 + ### Changes - Don't use deprecated `chrono` functions #3798 - Document accounts manager #3837 @@ -19,7 +28,7 @@ - fix migration of old databases #3842 - Fix cargo clippy and doc errors after Rust update to 1.66 #3850 - Don't send GroupNameChanged message if the group name doesn't change in terms of - improve_single_line_input() #3852 + `improve_single_line_input()` #3852 - Prefer encryption for the peer if the message is encrypted or signed with the known key #3849 diff --git a/Cargo.lock b/Cargo.lock index 1fb73cb46..cbc7a9693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "deltachat" -version = "1.103.0" +version = "1.104.0" dependencies = [ "ansi_term", "anyhow", @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "async-channel", @@ -962,7 +962,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "deltachat-jsonrpc", @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 5841fc8b9..88282eb59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.103.0" +version = "1.104.0" authors = ["Delta Chat Developers (ML) "] edition = "2021" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 1e967cca4..8153d954f 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.103.0" +version = "1.104.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index cef348b8f..e2aeddf4e 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.103.0" +version = "1.104.0" description = "DeltaChat JSON-RPC API" authors = ["Delta Chat Developers (ML) "] edition = "2021" diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 1ddb8941d..9937dbabb 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -48,5 +48,5 @@ }, "type": "module", "types": "dist/deltachat.d.ts", - "version": "1.103.0" + "version": "1.104.0" } \ No newline at end of file diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index bdb6a7168..bd2ba9b34 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.103.0" +version = "1.104.0" description = "DeltaChat JSON-RPC server" authors = ["Delta Chat Developers (ML) "] edition = "2021" diff --git a/package.json b/package.json index fe638ee94..3122efe66 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail --exit" }, "types": "node/dist/index.d.ts", - "version": "1.103.0" + "version": "1.104.0" } \ No newline at end of file