From 52afcbe5c5d5bea5e941119467f45c9f097743a0 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:19:09 +0530 Subject: [PATCH] chore: release (#289) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f56bb1..f32cc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/microsoft/regorus/compare/regorus-v0.2.1...regorus-v0.2.2) - 2024-07-28 + +### Added +- Update to opa v0.67.0 ([#286](https://github.com/microsoft/regorus/pull/286)) + +### Fixed +- Handle aliases in scheduler ([#285](https://github.com/microsoft/regorus/pull/285)) + +### Other +- Update readme ([#288](https://github.com/microsoft/regorus/pull/288)) +- Update binding versions ([#287](https://github.com/microsoft/regorus/pull/287)) +- build.rs create hooks dir if not exists ([#283](https://github.com/microsoft/regorus/pull/283)) +- add extension_list example ([#281](https://github.com/microsoft/regorus/pull/281)) +- Fix build break ([#278](https://github.com/microsoft/regorus/pull/278)) +- Update pyo3 requirement from 0.21.0 to 0.22.0 ([#275](https://github.com/microsoft/regorus/pull/275)) +- Update to OPA v0.66.0 ([#274](https://github.com/microsoft/regorus/pull/274)) + ## [0.2.1](https://github.com/microsoft/regorus/compare/regorus-v0.2.0...regorus-v0.2.1) - 2024-06-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1911656..e7a1cba 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.1" +version = "0.2.2" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"