From d2b27ee512ee29a34df8b0cc6da097b80a840aa2 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:17:17 -0700 Subject: [PATCH] chore: release (#320) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c146aa0..6891592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/microsoft/regorus/compare/regorus-v0.2.4...regorus-v0.2.5) - 2024-09-18 + +### Added +- or keyword ([#315](https://github.com/microsoft/regorus/pull/315)) + +### Fixed +- Null terminate C# strings in Rust boundary ([#318](https://github.com/microsoft/regorus/pull/318)) +- Update readme with correct path to example policy ([#312](https://github.com/microsoft/regorus/pull/312)) + +### Other +- Update jsonschema requirement from 0.18.0 to 0.19.1 ([#317](https://github.com/microsoft/regorus/pull/317)) +- Update chrono-tz requirement from 0.8.5 to 0.10.0 ([#316](https://github.com/microsoft/regorus/pull/316)) +- Add tests for builtin strings::lower method ([#313](https://github.com/microsoft/regorus/pull/313)) +- Add tests for builtin strings::indexof method ([#311](https://github.com/microsoft/regorus/pull/311)) + ## [0.2.4](https://github.com/microsoft/regorus/compare/regorus-v0.2.3...regorus-v0.2.4) - 2024-09-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index d0fef72..d966972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ [package] name = "regorus" description = "A fast, lightweight Rego (OPA policy language) interpreter" -version = "0.2.4" +version = "0.2.5" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"