Skip to content

Commit acf7f7a

Browse files
chore: release (microsoft#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86b4a27 commit acf7f7a

15 files changed

Lines changed: 39 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.1](https://github.com/microsoft/regorus/compare/regorus-v0.10.0...regorus-v0.10.1) - 2026-05-22
10+
11+
### Fixed
12+
13+
- *(ffi)* eliminate aliasing UB + add Azure Policy JSON compilation FFI ([#727](https://github.com/microsoft/regorus/pull/727))
14+
- *(interpreter,rvm)* correct partial object rule iteration and classification ([#718](https://github.com/microsoft/regorus/pull/718))
15+
- *(copilot)* robust diff computation for cloud agent environments ([#709](https://github.com/microsoft/regorus/pull/709))
16+
17+
### Other
18+
19+
- *(azure_policy)* reduce AliasRegistry allocations via Rc sharing ([#725](https://github.com/microsoft/regorus/pull/725))
20+
- *(normalizer)* use Rc<str> interning to reduce alias resolution allocations ([#726](https://github.com/microsoft/regorus/pull/726))
21+
- *(deps)* bump the rust-dependencies group across 5 directories with 2 updates ([#724](https://github.com/microsoft/regorus/pull/724))
22+
- *(deps)* bump the rust-dependencies group across 5 directories with 4 updates ([#717](https://github.com/microsoft/regorus/pull/717))
23+
924
## [0.10.0] - 2026-05-05
1025

1126
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
[package]
99
name = "regorus"
1010
description = "A fast, lightweight Rego (OPA policy language) interpreter"
11-
version = "0.10.0"
11+
version = "0.10.1"
1212
edition = "2021"
1313
license = "MIT AND Apache-2.0 AND BSD-3-Clause"
1414
repository = "https://github.com/microsoft/regorus"
@@ -128,7 +128,7 @@ rand = { version = "0.10.0", default-features = false, features = ["thread_rng"]
128128
msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true }
129129
dashmap = { version = "6.1", default-features = false, optional = true }
130130
lru = { version = "0.18", default-features = false, optional = true }
131-
mimalloc = { package = "regorus-mimalloc", path = "mimalloc", version = "2.2.6", optional = true }
131+
mimalloc = { package = "regorus-mimalloc", path = "mimalloc", version = "2.2.7", optional = true }
132132

133133
# rvm related deps
134134
indexmap = { version = "2.13.1", default-features = false, features = ["serde"], optional = true }

bindings/ffi/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/java/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "regorus-java"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
repository = "https://github.com/microsoft/regorus/bindings/java"
88
description = "Java bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.microsoft.regorus</groupId>
1111
<artifactId>regorus-java</artifactId>
12-
<version>0.10.0</version>
12+
<version>0.10.1</version>
1313

1414
<name>Regorus Java</name>
1515
<description>Java bindings for Regorus - a fast, lightweight Rego interpreter written in Rust</description>

bindings/python/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "regoruspy"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
repository = "https://github.com/microsoft/regorus/bindings/python"
88
description = "Python bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"

bindings/ruby/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)