Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Nov 21, 2024
1 parent 60709b8 commit 3e215b4
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.3](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.2...v0.1.3) - 2024-11-21

### Other

- *(deps)* update wasmtime requirement from >=22, <27 to >=22, <28
- *(deps)* bump codecov/codecov-action from 4 to 5

## [0.1.2](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.1...v0.1.2) - 2024-11-12

### Other
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.2"
version = "0.1.3"
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 3e215b4

Please sign in to comment.