From 3e215b49e38b502fc63f8173c4b4d9ae83cd9f36 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 21 Nov 2024 16:40:55 +0100 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7ac0e..37b174d 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.3](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.2...v0.1.3) - 2024-11-21 + +### Other + +- *(deps)* update wasmtime requirement from >=22, <27 to >=22, <28 +- *(deps)* bump codecov/codecov-action from 4 to 5 + ## [0.1.2](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.1...v0.1.2) - 2024-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 995598c..7578477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opa-wasm" -version = "0.1.2" +version = "0.1.3" description = "A crate to use OPA policies compiled to WASM." repository = "https://github.com/matrix-org/rust-opa-wasm" rust-version = "1.76"