From 5a0048cd64d1010634465ee4ba3e54dd271a209d Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:09:03 -0400 Subject: [PATCH] chore: release (#271) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa22999..e00b5749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/microsoft/regorus/compare/regorus-v0.2.0...regorus-v0.2.1) - 2024-06-19 + +### Added +- get_policies: Way to obtain policy files and content ([#267](https://github.com/microsoft/regorus/pull/267)) + +### Other +- Fix c,cpp,no-std binding examples ([#272](https://github.com/microsoft/regorus/pull/272)) +- Update binding versions for next release ([#270](https://github.com/microsoft/regorus/pull/270)) +- rename method from 'Clone' to 'clone' in 'Engine' class to match the java naming convention and definiont in the of java.lang.Object. ([#268](https://github.com/microsoft/regorus/pull/268)) +- Suppress clippy unused warning ([#269](https://github.com/microsoft/regorus/pull/269)) +- Provide ability to get JSON representation of policy AST ([#266](https://github.com/microsoft/regorus/pull/266)) +- Update OPA tests to v0.65.0 ([#264](https://github.com/microsoft/regorus/pull/264)) +- Allow lexer to be used for other policy languages ([#262](https://github.com/microsoft/regorus/pull/262)) + ## [0.2.0](https://github.com/microsoft/regorus/compare/regorus-v0.1.5...regorus-v0.2.0) - 2024-05-30 ### Other diff --git a/Cargo.toml b/Cargo.toml index 869cb7a3..1911656d 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.0" +version = "0.2.1" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"