Skip to content

Commit bdabe50

Browse files
authored
Merge pull request #323 from matrix-org/poljar/release-0.10.0
chore: Release vodozemac version 0.10.0
2 parents 9a87e80 + bb39ec6 commit bdabe50

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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] - 2026-04-13
10+
911
### Features
1012

1113
- [**BREAKING**] Support for SessionConfig::V2 has been moved behind the
@@ -26,7 +28,6 @@ All notable changes to this project will be documented in this file.
2628
- [**BREAKING**] The `Account::create_inbound_session()` method now requires a
2729
`SessionConfig` as the first argument.
2830
([#300](https://github.com/matrix-org/vodozemac/pull/300)).
29-
3031
- [**BREAKING**] The `default()` implementations for `olm::SessionConfig` and
3132
`megolm::SessionConfig` have been updated to generate a version 1
3233
`SessionConfig`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
name = "vodozemac"
77
description = "A Rust implementation of Olm and Megolm"
88
repository = "https://github.com/matrix-org/vodozemac"
9-
version = "0.9.0"
9+
version = "0.10.0"
1010
edition = "2024"
1111
keywords = ["matrix", "chat", "messaging", "olm", "cryptography"]
1212
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install add the following to your project's `Cargo.toml`:
5050

5151
```toml
5252
[dependencies]
53-
vodozemac = "0.9.0"
53+
vodozemac = "0.10.0"
5454
```
5555

5656
# Security Notes

0 commit comments

Comments
 (0)