Skip to content

Commit fa9bd7f

Browse files
committed
chore(release): prepare for 1.146.0
1 parent 22e5bf8 commit fa9bd7f

File tree

13 files changed

+49
-16
lines changed

13 files changed

+49
-16
lines changed

CHANGELOG.md

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

3+
## [1.146.0] - 2024-10-03
4+
5+
### Fixes
6+
7+
- download_msg: Do not fail if the message does not exist anymore.
8+
- Better log message for failed QR scan.
9+
10+
### Features / Changes
11+
12+
- Assign message to ad-hoc group with matching name and members ([#5385](https://github.com/deltachat/deltachat-core-rust/pull/5385)).
13+
- Use Rustls instead of native TLS for HTTPS requests.
14+
15+
### Miscellaneous Tasks
16+
17+
- cargo: Bump anyhow from 1.0.86 to 1.0.89.
18+
- cargo: Bump tokio-stream from 0.1.15 to 0.1.16.
19+
- cargo: Bump thiserror from 1.0.63 to 1.0.64.
20+
- cargo: Bump bytes from 1.7.1 to 1.7.2.
21+
- cargo: Bump libc from 0.2.158 to 0.2.159.
22+
- cargo: Bump tempfile from 3.10.1 to 3.13.0.
23+
- cargo: Bump pretty_assertions from 1.4.0 to 1.4.1.
24+
- cargo: Bump hyper-util from 0.1.7 to 0.1.9.
25+
- cargo: Bump rustls-pki-types from 1.8.0 to 1.9.0.
26+
- cargo: Bump quick-xml from 0.36.1 to 0.36.2.
27+
- cargo: Bump serde from 1.0.209 to 1.0.210.
28+
- cargo: Bump syn from 2.0.77 to 2.0.79.
29+
30+
### Refactor
31+
32+
- Move group name calculation out of create_adhoc_group().
33+
- Merge build_tls() function into wrap_tls().
34+
335
## [1.145.0] - 2024-09-26
436

537
### Fixes
@@ -4913,3 +4945,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
49134945
[1.143.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.142.12..v1.143.0
49144946
[1.144.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.143.0..v1.144.0
49154947
[1.145.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.144.0..v1.145.0
4948+
[1.146.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.145.0..v1.146.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 = "1.145.0"
3+
version = "1.146.0"
44
edition = "2021"
55
license = "MPL-2.0"
66
rust-version = "1.77"

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.145.0"
3+
version = "1.146.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 = "1.145.0"
3+
version = "1.146.0"
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.145.0"
61+
"version": "1.146.0"
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.145.0"
3+
version = "1.146.0"
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.145.0"
7+
version = "1.146.0"
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.145.0"
3+
version = "1.146.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": "1.145.0"
18+
"version": "1.146.0"
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"test:mocha": "mocha node/test/test.mjs --growl --reporter=spec --bail --exit"
5656
},
5757
"types": "node/dist/index.d.ts",
58-
"version": "1.145.0"
58+
"version": "1.146.0"
5959
}

python/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"
7-
version = "1.145.0"
7+
version = "1.146.0"
88
description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat"
99
readme = "README.rst"
1010
requires-python = ">=3.7"

release-date.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-09-26
1+
2024-10-03

0 commit comments

Comments
 (0)