Skip to content

Commit cf099de

Browse files
committed
chore: Release matrix-sdk version 0.17.0
1 parent f4b2794 commit cf099de

30 files changed

Lines changed: 80 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
@@ -126,19 +126,19 @@ web-sys = { version = "0.3.82", default-features = false }
126126
wiremock = { version = "0.6.5", default-features = false }
127127
zeroize = { version = "1.8.2", default-features = false }
128128

129-
matrix-sdk = { path = "crates/matrix-sdk", version = "0.16.0", default-features = false }
130-
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.16.0" }
131-
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.16.0" }
132-
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.16.0" }
129+
matrix-sdk = { path = "crates/matrix-sdk", version = "0.17.0", default-features = false }
130+
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.17.0" }
131+
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.17.0" }
132+
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.17.0" }
133133
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
134-
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.16.0", default-features = false }
135-
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.16.0" }
136-
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.16.0", default-features = false }
137-
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.16.0" }
138-
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.16.0" }
139-
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.16.0" }
140-
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.16.0", default-features = false }
141-
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.16.0" }
134+
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.17.0", default-features = false }
135+
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.17.0" }
136+
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.17.0", default-features = false }
137+
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.17.0" }
138+
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.17.0" }
139+
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.17.0" }
140+
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.17.0", default-features = false }
141+
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.17.0" }
142142

143143
[workspace.lints.rust]
144144
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.17.0] - 2026-05-08
10+
911
### Bug Fixes
1012

1113
- Add `Client::set_avatar_url` to manually set the avatar URL of the user to a provided MXC one.

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.17.0"
44
edition = "2024"
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.17.0] - 2026-05-08
10+
911
### Bug Fixes
1012

1113
- Filter out service members from `Room::heroes`. This *should* be done by the homeservers, but some don't.

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.17.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.17.0] - 2026-05-08
10+
911
### Features
1012

1113
- [**breaking**] Change to the stable identifiers for `m.history_not_shared`.

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.17.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.17.0] - 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.17.0"
1313

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

0 commit comments

Comments
 (0)