Skip to content

Commit 90720e6

Browse files
poljartoger5
authored andcommitted
chore: Release matrix-sdk version 0.10.0
1 parent daf4557 commit 90720e6

File tree

24 files changed

+56
-34
lines changed

24 files changed

+56
-34
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ web-sys = "0.3.69"
101101
wiremock = "0.6.2"
102102
zeroize = "1.8.1"
103103

104-
matrix-sdk = { path = "crates/matrix-sdk", version = "0.9.0", default-features = false }
105-
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.9.0" }
106-
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.9.0" }
107-
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.9.0" }
104+
matrix-sdk = { path = "crates/matrix-sdk", version = "0.10.0", default-features = false }
105+
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.10.0" }
106+
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.10.0" }
107+
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.10.0" }
108108
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
109-
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.9.0", default-features = false }
110-
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.9.0" }
111-
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.9.0", default-features = false }
112-
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.9.0" }
113-
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.7.0" }
114-
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.9.0", default-features = false }
109+
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.10.0", default-features = false }
110+
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.10.0" }
111+
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.10.0", default-features = false }
112+
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.10.0" }
113+
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.10.0" }
114+
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.10.0", default-features = false }
115115

116116
# Default release profile, select with `--release`
117117
[profile.release]

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.10.0] - 2025-02-04
10+
911
### Features
1012

1113
- [**breaking**] `EventCacheStore` allows to control which media content is

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.9.0"
12+
version = "0.10.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.10.0] - 2025-02-04
10+
911
- [**breaking**]: `SyncTimelineEvent` and `TimelineEvent` have been fused into a single type
1012
`TimelineEvent`, and its field `push_actions` has been made `Option`al (it is set to `None` when
1113
we couldn't compute the push actions, because we lacked some information).

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.9.0"
12+
version = "0.10.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.10.0] - 2025-02-04
10+
911
### Features
1012

1113
- [**breaking**] `CollectStrategy::DeviceBasedStrategy` is now split into three

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.9.0"
12+
version = "0.10.0"
1313

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

crates/matrix-sdk-indexeddb/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.10.0] - 2025-02-04
10+
911
## [0.9.0] - 2024-12-18
1012

1113
No notable changes in this release.

crates/matrix-sdk-indexeddb/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-indexeddb"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
repository = "https://github.com/matrix-org/matrix-rust-sdk"
55
description = "Web's IndexedDB Storage backend for matrix-sdk"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)