Skip to content

Commit add87d7

Browse files
authored
chore: release v0.1.9 (#245)
## πŸ€– New release * `opa-wasm`: 0.1.8 -> 0.1.9 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.9](v0.1.8...v0.1.9) - 2025-12-28 ### Other - *(deps)* bump actions/checkout from 4 to 6 ([#241](#241)) - Upgrade Clippy in CI to 1.92.0 - *(deps)* update wasmtime requirement from >=22, <39 to >=22, <41 - *(deps)* update tracing-forest requirement from 0.1.4 to 0.3.0 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
2 parents 2737bf3 + dcd100a commit add87d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

88
## [Unreleased]
99

10+
## [0.1.9](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.8...v0.1.9) - 2025-12-28
11+
12+
### Other
13+
14+
- *(deps)* bump actions/checkout from 4 to 6 ([#241](https://github.com/matrix-org/rust-opa-wasm/pull/241))
15+
- Upgrade Clippy in CI to 1.92.0
16+
- *(deps)* update wasmtime requirement from >=22, <39 to >=22, <41
17+
- *(deps)* update tracing-forest requirement from 0.1.4 to 0.3.0
18+
1019
## [0.1.8](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.7...v0.1.8) - 2025-11-17
1120

1221
### 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.8"
3+
version = "0.1.9"
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)