Skip to content

Commit c59f212

Browse files
committed
chore(release): prepare for 1.132.1
1 parent 828cc1f commit c59f212

File tree

10 files changed

+36
-13
lines changed

10 files changed

+36
-13
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.132.1] - 2023-12-12
4+
5+
### Features / Changes
6+
7+
- Add "From:" to protected headers for signed-only messages.
8+
- Sync user actions for ad-hoc groups across devices ([#5065](https://github.com/deltachat/deltachat-core-rust/pull/5065)).
9+
10+
### Fixes
11+
12+
- Add padlock to empty part if the whole message is empty.
13+
- Renew IDLE timeout on keepalives and reduce it to 5 minutes.
14+
- connectivity: Return false from `all_work_done()` immediately after connecting (iOS notification fix).
15+
16+
### API-Changes
17+
18+
- deltachat-jsonrpc-client: add `Account.{import,export}_self_keys`.
19+
20+
### CI
21+
22+
- Update to Rust 1.74.1.
23+
324
## [1.132.0] - 2023-12-06
425

526
### Features / Changes
@@ -3334,3 +3355,5 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
33343355
[1.131.7]: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.6...v1.131.7
33353356
[1.131.8]: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.7...v1.131.8
33363357
[1.131.9]: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.8...v1.131.9
3358+
[1.132.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.9...v1.132.0
3359+
[1.132.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.132.0...v1.132.1

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat"
3-
version = "1.132.0"
3+
version = "1.132.1"
44
edition = "2021"
55
license = "MPL-2.0"
66
rust-version = "1.70"

deltachat-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat_ffi"
3-
version = "1.132.0"
3+
version = "1.132.1"
44
description = "Deltachat FFI"
55
edition = "2018"
66
readme = "README.md"

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-jsonrpc"
3-
version = "1.132.0"
3+
version = "1.132.1"
44
description = "DeltaChat JSON-RPC API"
55
edition = "2021"
66
default-run = "deltachat-jsonrpc-server"

deltachat-jsonrpc/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
},
5454
"type": "module",
5555
"types": "dist/deltachat.d.ts",
56-
"version": "1.132.0"
56+
"version": "1.132.1"
5757
}

deltachat-repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-repl"
3-
version = "1.132.0"
3+
version = "1.132.1"
44
license = "MPL-2.0"
55
edition = "2021"
66

deltachat-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-rpc-server"
3-
version = "1.132.0"
3+
version = "1.132.1"
44
description = "DeltaChat JSON-RPC server"
55
edition = "2021"
66
readme = "README.md"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail --exit"
5757
},
5858
"types": "node/dist/index.d.ts",
59-
"version": "1.132.0"
59+
"version": "1.132.1"
6060
}

release-date.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-12-06
1+
2023-12-12

0 commit comments

Comments
 (0)