From 7fde3382f681958011a30fc29562457d01e74f74 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:09:01 -0700 Subject: [PATCH] chore: release (#210) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86813f7..475d65e 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.4](https://github.com/microsoft/regorus/compare/regorus-v0.1.3...regorus-v0.1.4) - 2024-04-22 + +### Other +- early return ([#189](https://github.com/microsoft/regorus/pull/189)) +- Fix anyhow dependency issues ([#208](https://github.com/microsoft/regorus/pull/208)) +- remove unused compact-rc dependency ([#207](https://github.com/microsoft/regorus/pull/207)) + ## [0.1.3](https://github.com/microsoft/regorus/compare/regorus-v0.1.2...regorus-v0.1.3) - 2024-04-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index 59fb0d5..351d79c 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.3" +version = "0.1.4" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"