Skip to content

Commit

Permalink
chore: Release vodozemac version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 7, 2024
1 parent 1a2c003 commit 6cd9d70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.8.1] - 2024-10-07

### Bug Fixes

- Fix the compilation when the default features are disabled


## 0.8.0 - 2024-09-20

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
name = "vodozemac"
description = "A Rust implementation of Olm and Megolm"
repository = "https://github.com/matrix-org/vodozemac"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
keywords = ["matrix", "chat", "messaging", "olm", "cryptography"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To install add the following to your project's `Cargo.toml`:

```toml
[dependencies]
vodozemac = "0.7.0"
vodozemac = "0.8.1"
```

# Security Notes
Expand Down

0 comments on commit 6cd9d70

Please sign in to comment.