From 0a39e434db72f51ebe53aafd1e191c77a5a9db7e Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Tue, 7 May 2024 21:26:50 -0400 Subject: [PATCH] chore: release (#226) * chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475d65e4..93d429a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/microsoft/regorus/compare/regorus-v0.1.4...regorus-v0.1.5) - 2024-05-07 + +### Added +- Support policy files greater than 64KB in size ([#217](https://github.com/microsoft/regorus/pull/217)) +- Add tests for kata containers policies ([#221](https://github.com/microsoft/regorus/pull/221)) +- Support for OPA v0.64.0 ([#219](https://github.com/microsoft/regorus/pull/219)) + - New builtin `json.marshal_with_options` +### Changed +- Improve example in readme ([#224](https://github.com/microsoft/regorus/pull/224)) +### Fixed +- OPA Conformance: Do not interpret # within regular string ([#216](https://github.com/microsoft/regorus/pull/216)) + ## [0.1.4](https://github.com/microsoft/regorus/compare/regorus-v0.1.3...regorus-v0.1.4) - 2024-04-22 ### Other diff --git a/Cargo.toml b/Cargo.toml index 05345fd2..c3b40e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [package] name = "regorus" description = "A fast, lightweight Rego (OPA policy language) interpreter" -version = "0.1.4" +version = "0.1.5" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"