From 46fe3750c2190912f0233e363160b7dc4cbb5122 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 12 Nov 2024 12:38:03 +0100 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5eb58..8c7ac0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.1...v0.1.2) - 2024-11-12 + +### Other + +- Merge pull request [#193](https://github.com/matrix-org/rust-opa-wasm/pull/193) from matrix-org/dependabot/cargo/thiserror-2 +- 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 +- 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 +- *(deps)* update wasmtime requirement from >=22, <24 to >=22, <27 + ## [0.1.1](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.0...v0.1.1) - 2024-10-07 ### Other diff --git a/Cargo.toml b/Cargo.toml index a220e9e..518e1f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opa-wasm" -version = "0.1.1" +version = "0.1.2" description = "A crate to use OPA policies compiled to WASM." repository = "https://github.com/matrix-org/rust-opa-wasm" rust-version = "1.76"