chore: release (#731)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Anand Krishnamoorthi
2026-05-22 15:50:53 -05:00
committed by GitHub
parent 86b4a279fa
commit acf7f7a25e
15 changed files with 39 additions and 24 deletions

View File

@@ -1040,7 +1040,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
[[package]]
name = "regorus"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"anyhow",
"chrono",
@@ -1071,7 +1071,7 @@ dependencies = [
[[package]]
name = "regorus-mimalloc"
version = "2.2.6"
version = "2.2.7"
dependencies = [
"regorus-mimalloc-sys",
]
@@ -1085,7 +1085,7 @@ dependencies = [
[[package]]
name = "regorusrb"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"magnus",
"regorus",

View File

@@ -1,6 +1,6 @@
[package]
name = "regorusrb"
version = "0.10.0"
version = "0.10.1"
edition = "2024"
description = "Ruby bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"
license = "MIT AND Apache-2.0 AND BSD-3-Clause"

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Regorus
VERSION = "0.10.0"
VERSION = "0.10.1"
end