From 2ea5c86a5abf0758521f0231cd253038fb68f993 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 13 Oct 2024 18:40:33 +0000 Subject: [PATCH] chore(release): prepare for 1.147.1 --- CHANGELOG.md | 32 +++++++++++++++++++ Cargo.lock | 10 +++--- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- deltachat-jsonrpc/Cargo.toml | 2 +- deltachat-jsonrpc/typescript/package.json | 2 +- deltachat-repl/Cargo.toml | 2 +- deltachat-rpc-client/pyproject.toml | 2 +- deltachat-rpc-server/Cargo.toml | 2 +- deltachat-rpc-server/npm-package/package.json | 2 +- package.json | 2 +- python/pyproject.toml | 2 +- release-date.in | 2 +- 13 files changed, 48 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1b09c43..231a815bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [1.147.1] - 2024-10-13 + +### Build system + +- Build Python 3.13 wheels. +- deltachat-rpc-client: Add classifiers for all supported Python versions. + +### CI + +- Update to Python 3.13. + +### Documentation + +- CONTRIBUTING.md: Add a note on deleting/changing db columns. + +### Fixes + +- Reset quota on configured address change ([#5908](https://github.com/deltachat/deltachat-core-rust/pull/5908)). +- Do not emit progress 1000 when configuration is cancelled. +- Assume file extensions are 32 chars max and don't contain whitespace ([#5338](https://github.com/deltachat/deltachat-core-rust/pull/5338)). +- Readd tokens.foreign_id column ([#6038](https://github.com/deltachat/deltachat-core-rust/pull/6038)). + +### Miscellaneous Tasks + +- cargo: Bump futures-* from 0.3.30 to 0.3.31. +- cargo: Upgrade async_zip to 0.0.17 ([#6035](https://github.com/deltachat/deltachat-core-rust/pull/6035)). + +### Refactor + +- MsgId::update_download_state: Don't fail if the message doesn't exist anymore. + ## [1.147.0] - 2024-10-05 ### API-Changes @@ -4976,3 +5007,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed [1.145.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.144.0..v1.145.0 [1.146.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.145.0..v1.146.0 [1.147.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.146.0..v1.147.0 +[1.147.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.147.0..v1.147.1 diff --git a/Cargo.lock b/Cargo.lock index b11f2a887..d5e41aa83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1268,7 +1268,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.147.0" +version = "1.147.1" dependencies = [ "anyhow", "async-broadcast", @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.147.0" +version = "1.147.1" dependencies = [ "anyhow", "async-channel 2.3.1", @@ -1393,7 +1393,7 @@ dependencies = [ [[package]] name = "deltachat-repl" -version = "1.147.0" +version = "1.147.1" dependencies = [ "anyhow", "deltachat", @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.147.0" +version = "1.147.1" dependencies = [ "anyhow", "deltachat", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.147.0" +version = "1.147.1" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 8dc3fe888..98f5da7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.147.0" +version = "1.147.1" edition = "2021" license = "MPL-2.0" rust-version = "1.77" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index b2e66f0ab..3c669168d 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.147.0" +version = "1.147.1" description = "Deltachat FFI" edition = "2018" readme = "README.md" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 504faea67..9cad17538 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.147.0" +version = "1.147.1" description = "DeltaChat JSON-RPC API" edition = "2021" default-run = "deltachat-jsonrpc-server" diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index ed154bf9f..e133760e7 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -58,5 +58,5 @@ }, "type": "module", "types": "dist/deltachat.d.ts", - "version": "1.147.0" + "version": "1.147.1" } diff --git a/deltachat-repl/Cargo.toml b/deltachat-repl/Cargo.toml index 8d53773dc..c74340f9f 100644 --- a/deltachat-repl/Cargo.toml +++ b/deltachat-repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-repl" -version = "1.147.0" +version = "1.147.1" license = "MPL-2.0" edition = "2021" repository = "https://github.com/deltachat/deltachat-core-rust" diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index b4cf7b34b..8481c1d4a 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deltachat-rpc-client" -version = "1.147.0" +version = "1.147.1" description = "Python client for Delta Chat core JSON-RPC interface" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index cc7d81425..305bd5ee6 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.147.0" +version = "1.147.1" description = "DeltaChat JSON-RPC server" edition = "2021" readme = "README.md" diff --git a/deltachat-rpc-server/npm-package/package.json b/deltachat-rpc-server/npm-package/package.json index 52952d628..c2199f804 100644 --- a/deltachat-rpc-server/npm-package/package.json +++ b/deltachat-rpc-server/npm-package/package.json @@ -15,5 +15,5 @@ }, "type": "module", "types": "index.d.ts", - "version": "1.147.0" + "version": "1.147.1" } diff --git a/package.json b/package.json index 2c269ca70..254be03f7 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,5 @@ "test:mocha": "mocha node/test/test.mjs --growl --reporter=spec --bail --exit" }, "types": "node/dist/index.d.ts", - "version": "1.147.0" + "version": "1.147.1" } diff --git a/python/pyproject.toml b/python/pyproject.toml index bd49c9a4e..0bc71af53 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deltachat" -version = "1.147.0" +version = "1.147.1" description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat" readme = "README.rst" requires-python = ">=3.7" diff --git a/release-date.in b/release-date.in index 415b12ce0..2b7f34b67 100644 --- a/release-date.in +++ b/release-date.in @@ -1 +1 @@ -2024-10-05 \ No newline at end of file +2024-10-13 \ No newline at end of file