Skip to content

Commit f8b343b

Browse files
committed
chore: Include the test-utils crate in the release
Turns out, we do actually need to release it :(
1 parent 94f8f8c commit f8b343b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.14.0" }
124124
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.14.0", default-features = false }
125125
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.14.0" }
126126
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.14.0" }
127-
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.13.0" }
127+
matrix-sdk-test-utils = { path = "testing/matrix-sdk-test-utils", version = "0.14.0" }
128128
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.14.0", default-features = false }
129129
matrix-sdk-search = { path = "crates/matrix-sdk-search", version = "0.14.0" }
130130

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
<!-- next-header -->
6+
7+
## [Unreleased] - ReleaseDate
8+
9+
## [0.14.0] - 2025-09-04
10+
11+
Initial release of the matrix-sdk-test-utils crate

testing/matrix-sdk-test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ homepage = "https://github.com/matrix-org/matrix-rust-sdk"
33
keywords = ["matrix", "chat", "messaging", "ruma"]
44
license = "Apache-2.0"
55
name = "matrix-sdk-test-utils"
6-
version = "0.13.0"
6+
version = "0.14.0"
77
edition = "2024"
88
rust-version.workspace = true
99

0 commit comments

Comments
 (0)