Skip to content

Commit 6c537d7

Browse files
committed
chore: Release matrix-sdk-base version 0.14.1
1 parent 476fe5f commit 6c537d7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ wiremock = "0.6.5"
115115
zeroize = "1.8.1"
116116

117117
matrix-sdk = { path = "crates/matrix-sdk", version = "0.14.0", default-features = false }
118-
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.14.0" }
118+
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.14.1" }
119119
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.14.0" }
120120
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.14.0" }
121121
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }

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.14.1] - 2025-09-10
10+
911
### Bug Fixes
1012

1113
- Fix a panic in the `RoomMember::normalized_power_level` method.

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.14.0"
12+
version = "0.14.1"
1313

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

0 commit comments

Comments
 (0)