Skip to content

Commit 3a468ef

Browse files
committed
v15.3.0
1 parent 1330e33 commit 3a468ef

4 files changed

Lines changed: 27 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UNRELEASED
22

3+
# matrix-sdk-crypto-wasm v15.3.0
4+
35
- Add support for experimental encrypted state events, introduce
46
`EncryptionSettings:.encryptStateEvents`, `RoomSettings.encryptStateEvents`,
57
and `OlmMachine.encryptStateEvent`.

Cargo.lock

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

RELEASING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ the version of `matrix-rust-sdk` we are depending on in `Cargo.lock`.
77

88
Ideally, release versions of `matrix-sdk-crypto-wasm` will depend on release
99
versions of `matrix-rust-sdk`. The best way to upgrade is:
10-
1. Edit `Cargo.toml` to remove any `git` settings for `matrix-sdk-*`, and set
10+
11+
1. Edit `Cargo.toml` to remove any `git` settings for `matrix-sdk-*`, and set
1112
`version` to the latest version (see [crates.io](https://crates.io/crates/matrix_sdk_crypto/versions)).
12-
2. Ensure `.cargo/config` does **not** contain the `patch` section for local
13+
2. Ensure `.cargo/config` does **not** contain the `patch` section for local
1314
development recommended in `README.md`.
14-
3. Run `cargo update`.
15+
3. Run `cargo update`.
1516

1617
Occasionally, we may need to use a git version of `matrix-rust-sdk`. For that,
1718
you can `cargo xtask unstable-rust-sdk`.

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.2.0",
3+
"version": "15.3.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)