From 086c415108f89ab2a3f4308d9025276f5de7e322 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 13 Mar 2025 17:38:30 +0100 Subject: [PATCH] chore: release v0.1.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a859bd..0ba7dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.4...v0.1.5) - 2025-03-13 + +### Other + +- *(deps)* update duration-str requirement from >=0.11, <0.14 to >=0.11, <0.16 +- *(deps)* update json-patch requirement from >=0.2.3, <3.1.0 to >=0.2.3, <4.1.0 + ## [0.1.4](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.3...v0.1.4) - 2025-02-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index 29d0d04..89f1e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opa-wasm" -version = "0.1.4" +version = "0.1.5" description = "A crate to use OPA policies compiled to WASM." repository = "https://github.com/matrix-org/rust-opa-wasm" rust-version = "1.76"