Skip to content

Commit c2efa95

Browse files
authored
chore: Release vodozemac version 0.8.1 (#193)
1 parent 1a2c003 commit c2efa95

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.8.1] - 2024-10-08
6+
7+
### Bug Fixes
8+
9+
- Fix the compilation when the default features are disabled
10+
11+
512
## 0.8.0 - 2024-09-20
613

714
### Features

Cargo.toml

+1-1
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.8.0"
9+
version = "0.8.1"
1010
edition = "2021"
1111
keywords = ["matrix", "chat", "messaging", "olm", "cryptography"]
1212
license = "Apache-2.0"

README.md

+1-1
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.7.0"
53+
vodozemac = "0.8.1"
5454
```
5555

5656
# Security Notes

0 commit comments

Comments
 (0)