mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
chore: release (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f51731e584
commit
0e053832db
18
CHANGELOG.md
18
CHANGELOG.md
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1](https://github.com/microsoft/regorus/compare/regorus-v0.1.0...regorus-v0.1.1) - 2024-02-23
|
||||
|
||||
### Other
|
||||
- Handle else block without body ([#155](https://github.com/microsoft/regorus/pull/155))
|
||||
- Ignore errors from builtin functions in non strict mode ([#154](https://github.com/microsoft/regorus/pull/154))
|
||||
- Java publishing ([#151](https://github.com/microsoft/regorus/pull/151))
|
||||
- Document coverage feature; Convenience query functions ([#152](https://github.com/microsoft/regorus/pull/152))
|
||||
- Policy Coverage ([#149](https://github.com/microsoft/regorus/pull/149))
|
||||
- Initial implementation of policy coverage ([#146](https://github.com/microsoft/regorus/pull/146))
|
||||
- Java bindings ([#147](https://github.com/microsoft/regorus/pull/147))
|
||||
- Preserve false in single-expression queries ([#145](https://github.com/microsoft/regorus/pull/145))
|
||||
- Create rust-clippy.yml ([#143](https://github.com/microsoft/regorus/pull/143))
|
||||
- `arc` feature to enable using Engine and other data structures from multiple threads ([#142](https://github.com/microsoft/regorus/pull/142))
|
||||
- genpolicy tweaks ([#141](https://github.com/microsoft/regorus/pull/141))
|
||||
- io.jwt.decode ([#140](https://github.com/microsoft/regorus/pull/140))
|
||||
- Use compact_rc ([#139](https://github.com/microsoft/regorus/pull/139))
|
||||
- Scripting tweaks ([#138](https://github.com/microsoft/regorus/pull/138))
|
||||
|
||||
## [0.1.0-alpha.3](https://github.com/microsoft/regorus/compare/regorus-v0.1.0-alpha.2...regorus-v0.1.0-alpha.3) - 2024-02-01
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -10,7 +10,7 @@ members = [
|
||||
[package]
|
||||
name = "regorus"
|
||||
description = "A fast, lightweight Rego (OPA policy language) interpreter"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license-file = "LICENSE"
|
||||
repository = "https://github.com/microsoft/regorus"
|
||||
@@ -130,4 +130,4 @@ test=false
|
||||
# To build locally:
|
||||
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
13
bindings/java/CHANGELOG.md
Normal file
13
bindings/java/CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0](https://github.com/microsoft/regorus/releases/tag/regorus-java-v0.1.0) - 2024-02-23
|
||||
|
||||
### Other
|
||||
- Java publishing ([#151](https://github.com/microsoft/regorus/pull/151))
|
||||
- Java bindings ([#147](https://github.com/microsoft/regorus/pull/147))
|
||||
Reference in New Issue
Block a user