From 700c17f383ec22ea165f52fef78bffd3464fe6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 26 Nov 2025 09:32:07 +0100 Subject: [PATCH 1/3] release: Allow release preparation to work on the HEAD This is to allow Jujutsu users to use the cargo-release tooling. --- release.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.toml b/release.toml index 1e24f872c..82ff90c6c 100644 --- a/release.toml +++ b/release.toml @@ -11,3 +11,6 @@ sign-tag = true tag-message = "Release {{crate_name}} version {{version}}" tag-name = "{{prefix}}{{version}}" shared-version = true + +# Necessary to work with jujutsu +allow-branch = ["HEAD"] From 850b7dde6d0a3cb798375d30c27d62d18bbed88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 26 Nov 2025 15:39:42 +0100 Subject: [PATCH 2/3] chore: Release matrix-sdk version 0.15.0 --- Cargo.lock | 28 +++++++++---------- Cargo.toml | 24 ++++++++-------- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 ++ bindings/matrix-sdk-ffi/Cargo.toml | 2 +- crates/matrix-sdk-base/CHANGELOG.md | 2 ++ crates/matrix-sdk-base/Cargo.toml | 2 +- crates/matrix-sdk-common/CHANGELOG.md | 2 ++ crates/matrix-sdk-common/Cargo.toml | 2 +- crates/matrix-sdk-crypto/CHANGELOG.md | 2 ++ crates/matrix-sdk-crypto/Cargo.toml | 2 +- crates/matrix-sdk-indexeddb/CHANGELOG.md | 2 ++ crates/matrix-sdk-indexeddb/Cargo.toml | 2 +- crates/matrix-sdk-qrcode/CHANGELOG.md | 4 +++ crates/matrix-sdk-qrcode/Cargo.toml | 2 +- crates/matrix-sdk-search/CHANGELOG.md | 4 +++ crates/matrix-sdk-search/Cargo.toml | 2 +- crates/matrix-sdk-sqlite/CHANGELOG.md | 2 ++ crates/matrix-sdk-sqlite/Cargo.toml | 2 +- .../matrix-sdk-store-encryption/CHANGELOG.md | 4 +++ crates/matrix-sdk-store-encryption/Cargo.toml | 2 +- crates/matrix-sdk-ui/CHANGELOG.md | 2 ++ crates/matrix-sdk-ui/Cargo.toml | 2 +- crates/matrix-sdk/CHANGELOG.md | 2 ++ crates/matrix-sdk/Cargo.toml | 2 +- testing/matrix-sdk-test-macros/CHANGELOG.md | 4 +++ testing/matrix-sdk-test-macros/Cargo.toml | 2 +- testing/matrix-sdk-test-utils/CHANGELOG.md | 4 +++ testing/matrix-sdk-test-utils/Cargo.toml | 2 +- testing/matrix-sdk-test/CHANGELOG.md | 4 +++ testing/matrix-sdk-test/Cargo.toml | 6 ++-- 30 files changed, 82 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf9338651..db67e2cf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "matrix-sdk" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "anymap2", @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "matrix-sdk-base" -version = "0.14.1" +version = "0.15.0" dependencies = [ "anyhow", "as_variant", @@ -3296,7 +3296,7 @@ dependencies = [ [[package]] name = "matrix-sdk-common" -version = "0.14.0" +version = "0.15.0" dependencies = [ "assert_matches", "assert_matches2", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" -version = "0.14.0" +version = "0.15.0" dependencies = [ "aes", "anyhow", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "matrix-sdk-ffi" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "async-compat", @@ -3460,7 +3460,7 @@ dependencies = [ [[package]] name = "matrix-sdk-indexeddb" -version = "0.14.0" +version = "0.15.0" dependencies = [ "assert_matches", "assert_matches2", @@ -3532,7 +3532,7 @@ dependencies = [ [[package]] name = "matrix-sdk-qrcode" -version = "0.14.0" +version = "0.15.0" dependencies = [ "byteorder", "image", @@ -3544,7 +3544,7 @@ dependencies = [ [[package]] name = "matrix-sdk-search" -version = "0.14.0" +version = "0.15.0" dependencies = [ "aes", "byteorder", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "matrix-sdk-sqlite" -version = "0.14.0" +version = "0.15.0" dependencies = [ "as_variant", "assert_matches", @@ -3600,7 +3600,7 @@ dependencies = [ [[package]] name = "matrix-sdk-store-encryption" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "base64", @@ -3620,7 +3620,7 @@ dependencies = [ [[package]] name = "matrix-sdk-test" -version = "0.14.0" +version = "0.15.0" dependencies = [ "as_variant", "ctor", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "matrix-sdk-test-macros" -version = "0.14.0" +version = "0.15.0" dependencies = [ "quote", "syn 2.0.101", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "matrix-sdk-test-utils" -version = "0.14.0" +version = "0.15.0" dependencies = [ "ctor", "tracing-subscriber", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "matrix-sdk-ui" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "as_variant", diff --git a/Cargo.toml b/Cargo.toml index 2dc017221..16a3f409c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,19 +117,19 @@ web-sys = "0.3.82" wiremock = "0.6.5" zeroize = "1.8.2" -matrix-sdk = { path = "crates/matrix-sdk", version = "0.14.0", default-features = false } -matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.14.1" } -matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.14.0" } -matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.14.0" } +matrix-sdk = { path = "crates/matrix-sdk", version = "0.15.0", default-features = false } +matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.15.0" } +matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.15.0" } +matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.15.0" } matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" } -matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.14.0", default-features = false } -matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.14.0" } -matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.14.0", default-features = false } -matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.14.0" } -matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.14.0" } -matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.14.0" } -matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.14.0", default-features = false } -matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.14.0" } +matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.15.0", default-features = false } +matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.15.0" } +matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.15.0", default-features = false } +matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.15.0" } +matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.15.0" } +matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.15.0" } +matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.15.0", default-features = false } +matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.15.0" } [workspace.lints.rust] rust_2018_idioms = "warn" diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index d20c2322a..6f7ff6834 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Breaking changes - Add `HumanQrLoginError::NotFound` for non-existing / expired rendezvous sessions diff --git a/bindings/matrix-sdk-ffi/Cargo.toml b/bindings/matrix-sdk-ffi/Cargo.toml index daed75926..e8d1880a7 100644 --- a/bindings/matrix-sdk-ffi/Cargo.toml +++ b/bindings/matrix-sdk-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-sdk-ffi" -version = "0.14.0" +version = "0.15.0" edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ffi"] diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index ab40d5bcb..68a986438 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Refactor - [**breaking**] Upgrade Ruma to version 0.14.0. diff --git a/crates/matrix-sdk-base/Cargo.toml b/crates/matrix-sdk-base/Cargo.toml index c91e06ad0..885707d76 100644 --- a/crates/matrix-sdk-base/Cargo.toml +++ b/crates/matrix-sdk-base/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-base" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.1" +version = "0.15.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/matrix-sdk-common/CHANGELOG.md b/crates/matrix-sdk-common/CHANGELOG.md index f96e8aefe..9bdb58bea 100644 --- a/crates/matrix-sdk-common/CHANGELOG.md +++ b/crates/matrix-sdk-common/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - [**breaking**] Cross-process lock can be dirty. The `CrossProcess::try_lock_once` now returns a new type `CrossProcessResult`, which is an enum with `Clean`, `Dirty` or `Unobtained` variants. When the lock is dirty it means it's been acquired once, then acquired another time from another holder, so the current holder may want to refresh its internal state. diff --git a/crates/matrix-sdk-common/Cargo.toml b/crates/matrix-sdk-common/Cargo.toml index 11afd6b75..5ffdf733a 100644 --- a/crates/matrix-sdk-common/Cargo.toml +++ b/crates/matrix-sdk-common/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-common" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.0" +version = "0.15.0" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 367072cc4..b24736add 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - When we receive an inbound Megolm session from two different sources, merge the two copies together to get the best of both. diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index 7e46f61d8..24c737100 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-crypto" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version = { workspace = true } -version = "0.14.0" +version = "0.15.0" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/crates/matrix-sdk-indexeddb/CHANGELOG.md b/crates/matrix-sdk-indexeddb/CHANGELOG.md index a4f2ae92b..8c3982c89 100644 --- a/crates/matrix-sdk-indexeddb/CHANGELOG.md +++ b/crates/matrix-sdk-indexeddb/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - Implement new method `CryptoStore::get_withheld_sessions_by_room_id`. diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml index 08fa1b59c..49c49ab31 100644 --- a/crates/matrix-sdk-indexeddb/Cargo.toml +++ b/crates/matrix-sdk-indexeddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-sdk-indexeddb" -version = "0.14.0" +version = "0.15.0" repository = "https://github.com/matrix-org/matrix-rust-sdk" description = "Web's IndexedDB Storage backend for matrix-sdk" license = "Apache-2.0" diff --git a/crates/matrix-sdk-qrcode/CHANGELOG.md b/crates/matrix-sdk-qrcode/CHANGELOG.md index 9339779b5..b8f37f90a 100644 --- a/crates/matrix-sdk-qrcode/CHANGELOG.md +++ b/crates/matrix-sdk-qrcode/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 No notable changes in this release. diff --git a/crates/matrix-sdk-qrcode/Cargo.toml b/crates/matrix-sdk-qrcode/Cargo.toml index 484dca406..2301023be 100644 --- a/crates/matrix-sdk-qrcode/Cargo.toml +++ b/crates/matrix-sdk-qrcode/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matrix-sdk-qrcode" description = "Library to encode and decode QR codes for interactive verifications in Matrix land" -version = "0.14.0" +version = "0.15.0" authors = ["Damir Jelić "] edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/crates/matrix-sdk-search/CHANGELOG.md b/crates/matrix-sdk-search/CHANGELOG.md index ef7abecd0..70cdc12ac 100644 --- a/crates/matrix-sdk-search/CHANGELOG.md +++ b/crates/matrix-sdk-search/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 Initial release of the matrix-sdk-search crate diff --git a/crates/matrix-sdk-search/Cargo.toml b/crates/matrix-sdk-search/Cargo.toml index d1b6933f8..9e9acc39d 100644 --- a/crates/matrix-sdk-search/Cargo.toml +++ b/crates/matrix-sdk-search/Cargo.toml @@ -8,7 +8,7 @@ name = "matrix-sdk-search" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.0" +version = "0.15.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 1ac0d9d2c..61359dd5b 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - Implement new method `CryptoStore::get_withheld_sessions_by_room_id`. diff --git a/crates/matrix-sdk-sqlite/Cargo.toml b/crates/matrix-sdk-sqlite/Cargo.toml index 424bb6b5e..1c5fac973 100644 --- a/crates/matrix-sdk-sqlite/Cargo.toml +++ b/crates/matrix-sdk-sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-sdk-sqlite" -version = "0.14.0" +version = "0.15.0" edition = "2021" repository = "https://github.com/matrix-org/matrix-rust-sdk" description = "Sqlite storage backend for matrix-sdk" diff --git a/crates/matrix-sdk-store-encryption/CHANGELOG.md b/crates/matrix-sdk-store-encryption/CHANGELOG.md index ea93528d2..5148433bc 100644 --- a/crates/matrix-sdk-store-encryption/CHANGELOG.md +++ b/crates/matrix-sdk-store-encryption/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 No notable changes in this release. diff --git a/crates/matrix-sdk-store-encryption/Cargo.toml b/crates/matrix-sdk-store-encryption/Cargo.toml index b9de5b9dd..d136b1580 100644 --- a/crates/matrix-sdk-store-encryption/Cargo.toml +++ b/crates/matrix-sdk-store-encryption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-sdk-store-encryption" -version = "0.14.0" +version = "0.15.0" edition = "2024" description = "Helpers for encrypted storage keys for the Matrix SDK" repository = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index 159fe3f25..ff1217ede 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - [**breaking**] The `LatestEventValue::Local` type gains 2 new fields: `sender` diff --git a/crates/matrix-sdk-ui/Cargo.toml b/crates/matrix-sdk-ui/Cargo.toml index a3a6e3006..3dd87ae33 100644 --- a/crates/matrix-sdk-ui/Cargo.toml +++ b/crates/matrix-sdk-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matrix-sdk-ui" description = "GUI-centric utilities on top of matrix-rust-sdk (experimental)." -version = "0.14.0" +version = "0.15.0" edition = "2024" repository = "https://github.com/matrix-org/matrix-rust-sdk" license = "Apache-2.0" diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 9d309d0d3..d6f628c81 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + ### Features - Add `QRCodeLoginError::NotFound` for non-existing / expired rendezvous sessions diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index 046f40c98..2b54afccb 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.0" +version = "0.15.0" [package.metadata.docs.rs] features = ["docsrs"] diff --git a/testing/matrix-sdk-test-macros/CHANGELOG.md b/testing/matrix-sdk-test-macros/CHANGELOG.md index 37e504933..0245163f9 100644 --- a/testing/matrix-sdk-test-macros/CHANGELOG.md +++ b/testing/matrix-sdk-test-macros/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 No notable changes in this release. diff --git a/testing/matrix-sdk-test-macros/Cargo.toml b/testing/matrix-sdk-test-macros/Cargo.toml index cc885e178..3c2e01e0c 100644 --- a/testing/matrix-sdk-test-macros/Cargo.toml +++ b/testing/matrix-sdk-test-macros/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-test-macros" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.0" +version = "0.15.0" [package.metadata.release] release = true diff --git a/testing/matrix-sdk-test-utils/CHANGELOG.md b/testing/matrix-sdk-test-utils/CHANGELOG.md index 31afe5d0e..40a51a913 100644 --- a/testing/matrix-sdk-test-utils/CHANGELOG.md +++ b/testing/matrix-sdk-test-utils/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 Initial release of the matrix-sdk-test-utils crate diff --git a/testing/matrix-sdk-test-utils/Cargo.toml b/testing/matrix-sdk-test-utils/Cargo.toml index 323832f5b..02d797724 100644 --- a/testing/matrix-sdk-test-utils/Cargo.toml +++ b/testing/matrix-sdk-test-utils/Cargo.toml @@ -4,7 +4,7 @@ description = "Test utilities used in the Matrix Rust SDK" keywords = ["matrix", "chat", "messaging", "ruma"] license = "Apache-2.0" name = "matrix-sdk-test-utils" -version = "0.14.0" +version = "0.15.0" edition = "2024" rust-version.workspace = true diff --git a/testing/matrix-sdk-test/CHANGELOG.md b/testing/matrix-sdk-test/CHANGELOG.md index 276c46b2a..b7bf451c6 100644 --- a/testing/matrix-sdk-test/CHANGELOG.md +++ b/testing/matrix-sdk-test/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.15.0] - 2025-11-26 + +No notable changes in this release. + ## [0.14.0] - 2025-09-04 No notable changes in this release. diff --git a/testing/matrix-sdk-test/Cargo.toml b/testing/matrix-sdk-test/Cargo.toml index ee2a07527..df1a71e56 100644 --- a/testing/matrix-sdk-test/Cargo.toml +++ b/testing/matrix-sdk-test/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-test" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version.workspace = true -version = "0.14.0" +version = "0.15.0" [package.metadata.release] release = true @@ -22,8 +22,8 @@ doctest = false as_variant.workspace = true http.workspace = true insta.workspace = true -matrix-sdk-common = { version = "0.14.0", path = "../../crates/matrix-sdk-common" } -matrix-sdk-test-macros = { version = "0.14.0", path = "../matrix-sdk-test-macros" } +matrix-sdk-common = { version = "0.15.0", path = "../../crates/matrix-sdk-common" } +matrix-sdk-test-macros = { version = "0.15.0", path = "../matrix-sdk-test-macros" } once_cell.workspace = true # Enable the unstable feature for polls support. # "client-api-s" enables need the "server" feature of ruma-client-api, which is needed to serialize Response objects to JSON. From f4fef6e9953a998929f26625907c86c0d02ecca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 27 Nov 2025 10:05:22 +0100 Subject: [PATCH 3/3] chore: Fix the dates of the 0.15.0 release --- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 +- crates/matrix-sdk-base/CHANGELOG.md | 2 +- crates/matrix-sdk-common/CHANGELOG.md | 2 +- crates/matrix-sdk-crypto/CHANGELOG.md | 2 +- crates/matrix-sdk-indexeddb/CHANGELOG.md | 2 +- crates/matrix-sdk-qrcode/CHANGELOG.md | 2 +- crates/matrix-sdk-search/CHANGELOG.md | 2 +- crates/matrix-sdk-sqlite/CHANGELOG.md | 2 +- crates/matrix-sdk-store-encryption/CHANGELOG.md | 2 +- crates/matrix-sdk-ui/CHANGELOG.md | 2 +- crates/matrix-sdk/CHANGELOG.md | 2 +- testing/matrix-sdk-test-macros/CHANGELOG.md | 2 +- testing/matrix-sdk-test-utils/CHANGELOG.md | 2 +- testing/matrix-sdk-test/CHANGELOG.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index 6f7ff6834..47e2a7e30 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Breaking changes diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index 68a986438..ba931c5f2 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Refactor diff --git a/crates/matrix-sdk-common/CHANGELOG.md b/crates/matrix-sdk-common/CHANGELOG.md index 9bdb58bea..02742a649 100644 --- a/crates/matrix-sdk-common/CHANGELOG.md +++ b/crates/matrix-sdk-common/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index b24736add..141abab60 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/crates/matrix-sdk-indexeddb/CHANGELOG.md b/crates/matrix-sdk-indexeddb/CHANGELOG.md index 8c3982c89..f664f7892 100644 --- a/crates/matrix-sdk-indexeddb/CHANGELOG.md +++ b/crates/matrix-sdk-indexeddb/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/crates/matrix-sdk-qrcode/CHANGELOG.md b/crates/matrix-sdk-qrcode/CHANGELOG.md index b8f37f90a..d95682402 100644 --- a/crates/matrix-sdk-qrcode/CHANGELOG.md +++ b/crates/matrix-sdk-qrcode/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release. diff --git a/crates/matrix-sdk-search/CHANGELOG.md b/crates/matrix-sdk-search/CHANGELOG.md index 70cdc12ac..425ac47a9 100644 --- a/crates/matrix-sdk-search/CHANGELOG.md +++ b/crates/matrix-sdk-search/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release. diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 61359dd5b..0319e68c0 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/crates/matrix-sdk-store-encryption/CHANGELOG.md b/crates/matrix-sdk-store-encryption/CHANGELOG.md index 5148433bc..1ee85728f 100644 --- a/crates/matrix-sdk-store-encryption/CHANGELOG.md +++ b/crates/matrix-sdk-store-encryption/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release. diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index ff1217ede..d0b1a389b 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index d6f628c81..5b66f84a4 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 ### Features diff --git a/testing/matrix-sdk-test-macros/CHANGELOG.md b/testing/matrix-sdk-test-macros/CHANGELOG.md index 0245163f9..7870294d9 100644 --- a/testing/matrix-sdk-test-macros/CHANGELOG.md +++ b/testing/matrix-sdk-test-macros/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release. diff --git a/testing/matrix-sdk-test-utils/CHANGELOG.md b/testing/matrix-sdk-test-utils/CHANGELOG.md index 40a51a913..f38a0067d 100644 --- a/testing/matrix-sdk-test-utils/CHANGELOG.md +++ b/testing/matrix-sdk-test-utils/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release. diff --git a/testing/matrix-sdk-test/CHANGELOG.md b/testing/matrix-sdk-test/CHANGELOG.md index b7bf451c6..b59e452a0 100644 --- a/testing/matrix-sdk-test/CHANGELOG.md +++ b/testing/matrix-sdk-test/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate -## [0.15.0] - 2025-11-26 +## [0.15.0] - 2025-11-27 No notable changes in this release.