Skip to content

Commit 042cd1e

Browse files
authored
chore: release v0.2.0 (#253)
## 🤖 New release * `opa-wasm`: 0.1.9 -> 0.2.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.0](v0.1.9...v0.2.0) - 2026-04-10 ### Other - bump MSRV to 1.91 - *(deps)* [**breaking**] require wasmtime >=42, <44 - *(deps)* update wasmtime requirement from >=22, <42 to >=22, <44 - *(deps)* update json-patch requirement from >=0.2.3, <4.1.0 to >=0.2.3, <4.2.0 ([#234](#234)) - *(deps)* bump codecov/codecov-action from 5 to 6 ([#251](#251)) - *(deps)* bump codecov/codecov-action from 5 to 6 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
2 parents 968e55f + e57d94c commit 042cd1e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.9...v0.2.0) - 2026-04-10
11+
12+
### Other
13+
14+
- bump MSRV to 1.91
15+
- *(deps)* [**breaking**] require wasmtime >=42, <44
16+
- *(deps)* update wasmtime requirement from >=22, <42 to >=22, <44
17+
- *(deps)* update json-patch requirement from >=0.2.3, <4.1.0 to >=0.2.3, <4.2.0 ([#234](https://github.com/matrix-org/rust-opa-wasm/pull/234))
18+
- *(deps)* bump codecov/codecov-action from 5 to 6 ([#251](https://github.com/matrix-org/rust-opa-wasm/pull/251))
19+
- *(deps)* bump codecov/codecov-action from 5 to 6
20+
1021
## [0.1.9](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.8...v0.1.9) - 2025-12-28
1122

1223
### 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.9"
3+
version = "0.2.0"
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.91"

0 commit comments

Comments
 (0)