Skip to content

Commit 6db2cf6

Browse files
committed
chore(release): prepare for 2.30.0
1 parent 47c1e54 commit 6db2cf6

File tree

12 files changed

+44
-15
lines changed

12 files changed

+44
-15
lines changed

CHANGELOG.md

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

3+
## [2.30.0] - 2025-12-04
4+
5+
### Features / Changes
6+
7+
- Disable SNI for STARTTLS ([#7499](https://github.com/chatmail/core/pull/7499)).
8+
- Introduce cross-core testing along with improvements to test frameworking.
9+
- Synchronize transports via sync messages.
10+
11+
### Fixes
12+
13+
- Fix shutdown shortly after call.
14+
15+
### API-Changes
16+
17+
- Add `TransportsModified` event (for tests).
18+
19+
### CI
20+
21+
- Use "trusted publishing" for NPM packages.
22+
23+
### Miscellaneous Tasks
24+
25+
- deps: Bump actions/checkout from 5 to 6.
26+
- cargo: Bump syn from 2.0.110 to 2.0.111.
27+
- deps: Bump astral-sh/setup-uv from 7.1.3 to 7.1.4.
28+
- cargo: Bump sdp from 0.8.0 to 0.10.0.
29+
- Remove two outdated todo comments ([#7550](https://github.com/chatmail/core/pull/7550)).
30+
331
## [2.29.0] - 2025-12-01
432

533
### API-Changes
@@ -7310,3 +7338,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed
73107338
[2.27.0]: https://github.com/chatmail/core/compare/v2.26.0..v2.27.0
73117339
[2.28.0]: https://github.com/chatmail/core/compare/v2.27.0..v2.28.0
73127340
[2.29.0]: https://github.com/chatmail/core/compare/v2.28.0..v2.29.0
7341+
[2.30.0]: https://github.com/chatmail/core/compare/v2.29.0..v2.30.0

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 = "2.29.0"
3+
version = "2.30.0"
44
edition = "2024"
55
license = "MPL-2.0"
66
rust-version = "1.88"

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 = "2.29.0"
3+
version = "2.30.0"
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 = "2.29.0"
3+
version = "2.30.0"
44
description = "DeltaChat JSON-RPC API"
55
edition = "2021"
66
license = "MPL-2.0"

deltachat-jsonrpc/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
},
5555
"type": "module",
5656
"types": "dist/deltachat.d.ts",
57-
"version": "2.29.0"
57+
"version": "2.30.0"
5858
}

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

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 = "2.29.0"
7+
version = "2.30.0"
88
license = "MPL-2.0"
99
description = "Python client for Delta Chat core JSON-RPC interface"
1010
classifiers = [

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 = "2.29.0"
3+
version = "2.30.0"
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": "2.29.0"
18+
"version": "2.30.0"
1919
}

0 commit comments

Comments
 (0)