Skip to content

Commit b5d5a41

Browse files
authored
Merge pull request #5926 from matrix-org/poljar/release-0.16.0
Release prep for 0.16.0
2 parents 93f71ba + 742a0db commit b5d5a41

30 files changed

Lines changed: 72 additions & 85 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,19 @@ web-sys = "0.3.82"
117117
wiremock = "0.6.5"
118118
zeroize = "1.8.2"
119119

120-
matrix-sdk = { path = "crates/matrix-sdk", version = "0.15.0", default-features = false }
121-
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.15.0" }
122-
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.15.0" }
123-
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.15.0" }
120+
matrix-sdk = { path = "crates/matrix-sdk", version = "0.16.0", default-features = false }
121+
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.16.0" }
122+
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.16.0" }
123+
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.16.0" }
124124
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
125-
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.15.0", default-features = false }
126-
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.15.0" }
127-
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.15.0", default-features = false }
128-
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.15.0" }
129-
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.15.0" }
130-
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.15.0" }
131-
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.15.0", default-features = false }
132-
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.15.0" }
125+
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.16.0", default-features = false }
126+
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.16.0" }
127+
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.16.0", default-features = false }
128+
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.16.0" }
129+
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.16.0" }
130+
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.16.0" }
131+
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.16.0", default-features = false }
132+
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.16.0" }
133133

134134
[workspace.lints.rust]
135135
rust_2018_idioms = "warn"

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9-
### Features
10-
11-
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
9+
## [0.16.0] - 2025-12-04
1210

1311
### Breaking changes
1412

@@ -18,11 +16,6 @@ All notable changes to this project will be documented in this file.
1816
- `Client::reset_server_info()` has been split into `reset_supported_versions()`
1917
and `reset_well_known()`.
2018
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
21-
22-
## [0.15.0] - 2025-11-27
23-
24-
### Breaking changes
25-
2619
- Add `HumanQrLoginError::NotFound` for non-existing / expired rendezvous sessions
2720
([#5898](https://github.com/matrix-org/matrix-rust-sdk/pull/5898))
2821
- Add `HumanQrGrantLoginError::NotFound` for non-existing / expired rendezvous sessions
@@ -91,6 +84,7 @@ All notable changes to this project will be documented in this file.
9184

9285
### Features
9386

87+
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
9488
- Expose `is_space` in `NotificationRoomInfo`, allowing clients to determine if the room that triggered the notification is a space.
9589
- Add push actions to `NotificationItem` and replace `SyncNotification` with `NotificationItem`.
9690
([#5835](https://github.com/matrix-org/matrix-rust-sdk/pull/5835))

bindings/matrix-sdk-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 = "matrix-sdk-ffi"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
edition = "2021"
55
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
66
keywords = ["matrix", "chat", "messaging", "ffi"]

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.16.0] - 2025-12-04
10+
11+
### Security Fixes
12+
13+
- Skip the serialization of custom join rules in the `RoomInfo` which prevented
14+
the processing of sync responses containing events with custom join rules.
15+
([#5924](https://github.com/matrix-org/matrix-rust-sdk/pull/5924))
16+
917
### Refactor
1018

1119
- [**breaking**] `ServerInfo` has been renamed to `SupportedVersionsResponse`,
@@ -16,17 +24,6 @@ All notable changes to this project will be documented in this file.
1624
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
1725
- `StateStoreData(Key/Value)::ServerInfo` has been split into the
1826
`SupportedVersions` and `WellKnown` variants.
19-
20-
## [0.15.0] - 2025-11-27
21-
22-
### Security Fixes
23-
24-
- Skip the serialization of custom join rules in the `RoomInfo` which prevented
25-
the processing of sync responses containing events with custom join rules.
26-
([#5924](https://github.com/matrix-org/matrix-rust-sdk/pull/5924))
27-
28-
### Refactor
29-
3027
- [**breaking**] Upgrade Ruma to version 0.14.0.
3128
([#5882](https://github.com/matrix-org/matrix-rust-sdk/pull/5882))
3229
- `Client::sync_lock` has been renamed `Client::state_store_lock`.

crates/matrix-sdk-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "matrix-sdk-base"
99
readme = "README.md"
1010
repository = "https://github.com/matrix-org/matrix-rust-sdk"
1111
rust-version.workspace = true
12-
version = "0.15.0"
12+
version = "0.16.0"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

crates/matrix-sdk-common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9-
## [0.15.0] - 2025-11-27
9+
## [0.16.0] - 2025-12-04
1010

1111
### Features
1212

crates/matrix-sdk-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "matrix-sdk-common"
99
readme = "README.md"
1010
repository = "https://github.com/matrix-org/matrix-rust-sdk"
1111
rust-version.workspace = true
12-
version = "0.15.0"
12+
version = "0.16.0"
1313

1414
[package.metadata.docs.rs]
1515
default-target = "x86_64-unknown-linux-gnu"

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9-
## [0.15.0] - 2025-11-27
9+
## [0.16.0] - 2025-12-04
1010

1111
### Features
1212

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "matrix-sdk-crypto"
99
readme = "README.md"
1010
repository = "https://github.com/matrix-org/matrix-rust-sdk"
1111
rust-version = { workspace = true }
12-
version = "0.15.0"
12+
version = "0.16.0"
1313

1414
[package.metadata.docs.rs]
1515
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

0 commit comments

Comments
 (0)