Skip to content

Commit 46fe375

Browse files
authored
chore: release v0.1.2
1 parent dd959c2 commit 46fe375

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
@@ -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.2](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.1...v0.1.2) - 2024-11-12
10+
11+
### Other
12+
13+
- Merge pull request [#193](https://github.com/matrix-org/rust-opa-wasm/pull/193) from matrix-org/dependabot/cargo/thiserror-2
14+
- Merge pull request [#191](https://github.com/matrix-org/rust-opa-wasm/pull/191) from matrix-org/dependabot/cargo/json-patch-gte-0.2.3-and-lt-3.1.0
15+
- Merge pull request [#192](https://github.com/matrix-org/rust-opa-wasm/pull/192) from matrix-org/dependabot/cargo/wasmtime-gte-22-and-lt-27
16+
- *(deps)* update wasmtime requirement from >=22, <24 to >=22, <27
17+
918
## [0.1.1](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.0...v0.1.1) - 2024-10-07
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.1"
3+
version = "0.1.2"
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)