Skip to content

Commit 4701faf

Browse files
committed
chore: Release matrix-sdk version 0.16.0
1 parent 4ea0418 commit 4701faf

File tree

30 files changed

+70
-42
lines changed

30 files changed

+70
-42
lines changed

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
911
### Features
1012

1113
- 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))

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
911
### Refactor
1012

1113
- [**breaking**] `ServerInfo` has been renamed to `SupportedVersionsResponse`,

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
911
## [0.15.0] - 2025-11-27
1012

1113
### Features

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
911
## [0.15.0] - 2025-11-27
1012

1113
### Features

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)