Skip to content

Commit 1d39a4b

Browse files
authored
Merge pull request #253 from matrix-org/release-v15.1.0
Prepare release v15.1.0
2 parents 6d879d5 + f64839e commit 1d39a4b

File tree

4 files changed

+42
-29
lines changed

4 files changed

+42
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# UNRELEASED
22

3-
- Update matrix-rust-sdk to `cef1f8c5`, which includes:
3+
# matrix-sdk-crypto-wasm v15.1.0
4+
5+
- Update matrix-rust-sdk to `0.13.0`, which includes:
46

57
- Add support for received room key bundle data, as required by encrypted history sharing ((MSC4268)[https://github.com/matrix-org/matrix-spec-proposals/pull/4268)). ([#5276](https://github.com/matrix-org/matrix-rust-sdk/pull/5276))
68

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ futures-util = "0.3.27"
6464
getrandom = { version = "0.3.0", features = ["wasm_js"] }
6565
http = "1.1.0"
6666
js-sys = "0.3.49"
67-
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", branch = "main", features = ["js"] }
68-
matrix-sdk-indexeddb = { git = "https://github.com/matrix-org/matrix-rust-sdk", branch = "main", default-features = false, features = ["e2e-encryption"] }
69-
matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk", branch = "main", optional = true }
67+
matrix-sdk-common = { version = "0.13.0", features = ["js"] }
68+
matrix-sdk-indexeddb = { version = "0.13.0", default-features = false, features = ["e2e-encryption"] }
69+
matrix-sdk-qrcode = { version = "0.13.0", optional = true }
7070
serde = "1.0.91"
7171
serde_json = "1.0.91"
7272
serde-wasm-bindgen = "0.6.5"
@@ -83,8 +83,7 @@ wasm-bindgen-test = "0.3.37"
8383
vergen-gitcl = { version = "1.0.0", features = ["build"] }
8484

8585
[dependencies.matrix-sdk-crypto]
86-
git = "https://github.com/matrix-org/matrix-rust-sdk"
87-
branch = "main"
86+
version = "0.13.0"
8887
default-features = false
8988
features = ["js", "automatic-room-key-forwarding"]
9089

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrix-org/matrix-sdk-crypto-wasm",
3-
"version": "15.0.0",
3+
"version": "15.1.0",
44
"homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm",
55
"description": "WebAssembly bindings of the matrix-sdk-crypto encryption library",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)