diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d410ef85..9f35905fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ ## Unreleased +### Changes + ### API-Changes +### Fixes + + +## 1.101.0 + ### Changes - add `configured_inbox_folder` to account info #3748 - `dc_delete_contact()` hides contacts if referenced #3751 @@ -14,6 +21,7 @@ timed out" message on network error during IDLE #3749 - pop Recently Seen Loop event out of the queue when it is in the past to avoid busy looping #3753 +- fix build failures by going back to standard `async_zip` #3747 ## 1.100.0 diff --git a/Cargo.lock b/Cargo.lock index 368f82460..f1882dfd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.100.0" +version = "1.101.0" dependencies = [ "ansi_term", "anyhow", @@ -898,7 +898,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.100.0" +version = "1.101.0" dependencies = [ "anyhow", "async-channel", @@ -920,7 +920,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.100.0" +version = "1.101.0" dependencies = [ "anyhow", "deltachat-jsonrpc", @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.100.0" +version = "1.101.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 00af2d60e..fa9a88b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.100.0" +version = "1.101.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 3dd4ea182..76fd067fe 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.100.0" +version = "1.101.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index ae1ec1f52..9c0e3040a 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.100.0" +version = "1.101.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 03fc24d10..0f305e242 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.100.0" + "version": "1.101.0" } \ No newline at end of file diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index f11019467..358744746 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.100.0" +version = "1.101.0" description = "DeltaChat JSON-RPC server" authors = ["Delta Chat Developers (ML) "] edition = "2021" diff --git a/package.json b/package.json index aac63db22..351dad9a0 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.100.0" + "version": "1.101.0" } \ No newline at end of file