Skip to content

Commit 9cf1c21

Browse files
anakrishCopilot
andcommitted
chore: bump version to 0.10.0 across all bindings
Update regorus core crate and all language bindings (ffi, java, python, wasm, ruby, csharp) to version 0.10.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 88c7ef8 commit 9cf1c21

14 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.9.1"
11+
version = "0.10.0"
1212
edition = "2021"
1313
license = "MIT AND Apache-2.0 AND BSD-3-Clause"
1414
repository = "https://github.com/microsoft/regorus"

bindings/csharp/Regorus/Regorus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<LangVersion>10.0</LangVersion>
1010

1111
<!-- See https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-pack -->
12-
<VersionPrefix>0.9.1</VersionPrefix>
12+
<VersionPrefix>0.10.0</VersionPrefix>
1313
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageLicenseExpression>MIT AND Apache-2.0 AND BSD-3-Clause</PackageLicenseExpression>

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/ffi/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-ffi"
5-
version = "0.9.1"
5+
version = "0.10.0"
66
edition = "2021"
77
license = "MIT AND Apache-2.0 AND BSD-3-Clause"
88

bindings/java/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.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.9.1"
5+
version = "0.10.0"
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.9.1</version>
12+
<version>0.10.0</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: 2 additions & 2 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.9.1"
5+
version = "0.10.0"
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"

0 commit comments

Comments
 (0)