Skip to content

Commit 55213b8

Browse files
authored
chore: release v0.1.8
1 parent e9a3a57 commit 55213b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.7...v0.1.8) - 2025-11-17
11+
12+
### Other
13+
14+
- Fix clippy warnings
15+
- *(deps)* update wasmtime requirement from >=22, <36 to >=22, <39
16+
1017
## [0.1.7](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.6...v0.1.7) - 2025-07-30
1118

1219
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opa-wasm"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "A crate to use OPA policies compiled to WASM."
55
repository = "https://github.com/matrix-org/rust-opa-wasm"
66
rust-version = "1.76"

0 commit comments

Comments
 (0)