Skip to content

Commit

Permalink
Merge pull request #188 from matrix-org/release-plz-2024-10-07T11-54-20Z
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
sandhose authored Oct 7, 2024
2 parents e5b6cf2 + 529762a commit ece3d4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.0...v0.1.1) - 2024-10-07

### Other

- *(ci)* bump clippy in CI to 1.81.0
- *(deps)* update wasmtime requirement from >=22, <23 to >=22, <24

## [0.1.0](https://github.com/matrix-org/rust-opa-wasm/releases/tag/v0.1.0) - 2024-07-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opa-wasm"
version = "0.1.0"
version = "0.1.1"
description = "A crate to use OPA policies compiled to WASM."
repository = "https://github.com/matrix-org/rust-opa-wasm"
rust-version = "1.76"
Expand Down

0 comments on commit ece3d4a

Please sign in to comment.