Skip to content

Commit ed14866

Browse files
committed
chore: Release matrix-sdk version 0.16.1
1 parent 779403f commit ed14866

30 files changed

Lines changed: 92 additions & 42 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.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" }
120+
matrix-sdk = { path = "crates/matrix-sdk", version = "0.16.1", default-features = false }
121+
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.16.1" }
122+
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.16.1" }
123+
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.16.1" }
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.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" }
125+
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.16.1", default-features = false }
126+
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.16.1" }
127+
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.16.1", default-features = false }
128+
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.16.1" }
129+
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.16.1" }
130+
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.16.1" }
131+
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.16.1", default-features = false }
132+
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.16.1" }
133133

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

bindings/matrix-sdk-ffi/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
## [0.16.1] - 2026-05-08
10+
11+
No notable changes in this release.
12+
913
## [0.16.0] - 2025-12-04
1014

1115
### Breaking changes

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.16.0"
3+
version = "0.16.1"
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.16.1] - 2026-05-08
10+
11+
No notable changes in this release.
12+
913
## [0.16.0] - 2025-12-04
1014

1115
### Security Fixes

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.16.0"
12+
version = "0.16.1"
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.1] - 2026-05-08
10+
911
### Features
1012

1113
- Add a method to check the validity of edits.

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.16.0"
12+
version = "0.16.1"
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.1] - 2026-05-08
10+
911
### Bug Fixes
1012

1113
- Check the user ID in the `sender_device_keys` property of Olm-encrypted

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.16.0"
12+
version = "0.16.1"
1313

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

0 commit comments

Comments
 (0)