Skip to content

Commit 00c4229

Browse files
authored
chore: release v0.1.6 (#220)
## πŸ€– New release * `opa-wasm`: 0.1.5 -> 0.1.6 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.6](v0.1.5...v0.1.6) - 2025-07-21 ### Other - Protect crates.io publishing behing a GH environment - Merge branch 'main' into typed_enum_generics - Merge pull request #226 from matrix-org/quenting/trusted-publishing - Update the Release-plz workflow to use trusted publishing </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
2 parents 181df44 + 6c99e43 commit 00c4229

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.1.6](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.5...v0.1.6) - 2025-07-21
10+
11+
### Other
12+
13+
- Protect crates.io publishing behing a GH environment
14+
- Merge branch 'main' into typed_enum_generics
15+
- Merge pull request #226 from matrix-org/quenting/trusted-publishing
16+
- Update the Release-plz workflow to use trusted publishing
17+
918
## [0.1.5](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.4...v0.1.5) - 2025-04-06
1019

1120
### 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.5"
3+
version = "0.1.6"
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)