Skip to content

Commit 742a0db

Browse files
committed
chore: Remove mentions of the 0.15 release
The 0.15.0 release was a misfire so we're skipping this version number.
1 parent 4701faf commit 742a0db

File tree

13 files changed

+13
-54
lines changed

13 files changed

+13
-54
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
## [0.16.0] - 2025-12-04
1010

11-
### Features
12-
13-
- 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))
14-
1511
### Breaking changes
1612

1713
- `TimelineConfiguration::track_read_receipts`'s type is now an enum to allow tracking to be enabled for all events
@@ -20,11 +16,6 @@ All notable changes to this project will be documented in this file.
2016
- `Client::reset_server_info()` has been split into `reset_supported_versions()`
2117
and `reset_well_known()`.
2218
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
23-
24-
## [0.15.0] - 2025-11-27
25-
26-
### Breaking changes
27-
2819
- Add `HumanQrLoginError::NotFound` for non-existing / expired rendezvous sessions
2920
([#5898](https://github.com/matrix-org/matrix-rust-sdk/pull/5898))
3021
- Add `HumanQrGrantLoginError::NotFound` for non-existing / expired rendezvous sessions
@@ -93,6 +84,7 @@ All notable changes to this project will be documented in this file.
9384

9485
### Features
9586

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))
9688
- Expose `is_space` in `NotificationRoomInfo`, allowing clients to determine if the room that triggered the notification is a space.
9789
- Add push actions to `NotificationItem` and replace `SyncNotification` with `NotificationItem`.
9890
([#5835](https://github.com/matrix-org/matrix-rust-sdk/pull/5835))

crates/matrix-sdk-base/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

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+
1117
### Refactor
1218

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

crates/matrix-sdk-common/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
### Features
1412

1513
- [**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.

crates/matrix-sdk-crypto/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
### Features
1412

1513
- When we receive an inbound Megolm session from two different sources, merge the two copies together to get the best of both.

crates/matrix-sdk-indexeddb/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
### Features
1412

1513
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.

crates/matrix-sdk-qrcode/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
No notable changes in this release.
1412

1513
## [0.14.0] - 2025-09-04

crates/matrix-sdk-search/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
No notable changes in this release.
1412

1513
## [0.14.0] - 2025-09-04

crates/matrix-sdk-sqlite/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
### Features
1412

1513
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.

crates/matrix-sdk-store-encryption/CHANGELOG.md

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

99
## [0.16.0] - 2025-12-04
1010

11-
## [0.15.0] - 2025-11-27
12-
1311
No notable changes in this release.
1412

1513
## [0.14.0] - 2025-09-04

crates/matrix-sdk/CHANGELOG.md

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

1313
- 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))
14-
15-
### Refactor
16-
17-
- [**breaking**]: `Client::server_vendor_info()` requires to enable the
18-
`federation-api` feature.
19-
([#5912](https://github.com/matrix-org/matrix-rust-sdk/pull/5912))
20-
- [**breaking**]: `Client::reset_server_info()` has been split into
21-
`reset_supported_versions()` and `reset_well_known()`.
22-
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
23-
24-
## [0.15.0] - 2025-11-27
25-
26-
### Features
27-
2814
- Add `QRCodeLoginError::NotFound` for non-existing / expired rendezvous sessions
2915
([#5898](https://github.com/matrix-org/matrix-rust-sdk/pull/5898))
3016
- Add `QRCodeGrantLoginError::NotFound` for non-existing / expired rendezvous sessions
@@ -72,6 +58,12 @@ All notable changes to this project will be documented in this file.
7258

7359
### Refactor
7460

61+
- [**breaking**]: `Client::server_vendor_info()` requires to enable the
62+
`federation-api` feature.
63+
([#5912](https://github.com/matrix-org/matrix-rust-sdk/pull/5912))
64+
- [**breaking**]: `Client::reset_server_info()` has been split into
65+
`reset_supported_versions()` and `reset_well_known()`.
66+
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
7567
- [**breaking**]: `Client::send()` has extra bounds where
7668
`Request::Authentication: AuthScheme<Input<'a> = SendAccessToken<'a>>` and
7769
`Request::PathBuilder: SupportedPathBuilder`. This method should still work for any request to the

0 commit comments

Comments
 (0)