Skip to content

Commit 4ef6788

Browse files
committed
chore(release): prepare for 1.155.3
1 parent 4198ed1 commit 4ef6788

File tree

13 files changed

+56
-16
lines changed

13 files changed

+56
-16
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,46 @@
11
# Changelog
22

3+
## [1.155.3] - 2025-02-05
4+
5+
### Fixes
6+
7+
- Store device token in IMAP METADATA on each connection.
8+
9+
### Miscellaneous Tasks
10+
11+
- Upgrade iroh from 0.30 to 0.32.
12+
- Update `pgp` to 0.15.
13+
- cargo: Bump thiserror from 1.0.69 to 2.0.9.
14+
- cargo: Bump pin-project from 1.1.7 to 1.1.8.
15+
- cargo: Bump dirs from 5.0.1 to 6.0.0.
16+
- cargo: Bump hyper from 1.5.2 to 1.6.0.
17+
- cargo: Bump webpki-roots from 0.26.7 to 0.26.8.
18+
- cargo: Bump futures-lite from 2.5.0 to 2.6.0.
19+
- Update OpenSSL to fix RUSTSEC-2025-0004.
20+
- cargo: Bump tokio from 1.42.0 to 1.43.0.
21+
- cargo: Bump syn from 2.0.94 to 2.0.98.
22+
- cargo: Bump rustls from 0.23.20 to 0.23.22.
23+
- cargo: Bump data-encoding from 2.6.0 to 2.7.0.
24+
- cargo: Bump serde_json from 1.0.134 to 1.0.138.
25+
- cargo: Bump uuid from 1.11.0 to 1.12.1.
26+
- cargo: Bump log from 0.4.22 to 0.4.25.
27+
- cargo: Bump rustls-pki-types from 1.10.1 to 1.11.0.
28+
- Update futures-concurrency.
29+
30+
### Documentation
31+
32+
- Assign docs to correct object.
33+
34+
### Tests
35+
36+
- Make sure DCBACKUP2 compatibility does not break again.
37+
338
## [1.155.2] - 2025-01-31
439

40+
This release accidentally broke compatibility
41+
with previous versions of `DCBACKUP2` QR codes
42+
due to iroh upgrade.
43+
544
### API-Changes
645

746
- Add `IncomingReaction.chat_id` ([#6459](https://github.com/deltachat/deltachat-core-rust/pull/6459)).
@@ -5725,3 +5764,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
57255764
[1.155.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.154.3..v1.155.0
57265765
[1.155.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.155.0..v1.155.1
57275766
[1.155.2]: https://github.com/deltachat/deltachat-core-rust/compare/v1.155.1..v1.155.2
5767+
[1.155.3]: https://github.com/deltachat/deltachat-core-rust/compare/v1.155.2..v1.155.3

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.155.2"
3+
version = "1.155.3"
44
edition = "2021"
55
license = "MPL-2.0"
66
rust-version = "1.81"

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.155.2"
3+
version = "1.155.3"
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.155.2"
3+
version = "1.155.3"
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
@@ -58,5 +58,5 @@
5858
},
5959
"type": "module",
6060
"types": "dist/deltachat.d.ts",
61-
"version": "1.155.2"
61+
"version": "1.155.3"
6262
}

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.155.2"
3+
version = "1.155.3"
44
license = "MPL-2.0"
55
edition = "2021"
66
repository = "https://github.com/deltachat/deltachat-core-rust"

deltachat-rpc-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deltachat-rpc-client"
7-
version = "1.155.2"
7+
version = "1.155.3"
88
description = "Python client for Delta Chat core JSON-RPC interface"
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",

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.155.2"
3+
version = "1.155.3"
44
description = "DeltaChat JSON-RPC server"
55
edition = "2021"
66
readme = "README.md"

deltachat-rpc-server/npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"type": "module",
1717
"types": "index.d.ts",
18-
"version": "1.155.2"
18+
"version": "1.155.3"
1919
}

0 commit comments

Comments
 (0)