chore: bump version to 0.10.0 across all bindings - #710
Merged
Anand Krishnamoorthi (anakrish) merged 1 commit intoMay 6, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Regorus core crate and multiple language bindings to version 0.10.0, aligning published artifacts across Rust crates and downstream packaging.
Changes:
- Bump
regoruscrate version to0.10.0(rootCargo.toml+ lockfile). - Bump binding crate/package versions and regenerate per-binding
Cargo.lockfiles (ffi/java/python/wasm). - Bump Ruby gem version constant and the Ruby extension crate version; bump C# NuGet package version prefix.
Reviewed changes
Copilot reviewed 9 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Bumps core crate version to 0.10.0. |
| Cargo.lock | Updates locked metadata for the root workspace crate version. |
| bindings/wasm/Cargo.toml | Bumps WASM binding crate version to 0.10.0. |
| bindings/wasm/Cargo.lock | Updates WASM binding lockfile entries for 0.10.0. |
| bindings/ruby/lib/regorus/version.rb | Bumps Ruby gem version constant to 0.10.0. |
| bindings/ruby/ext/regorusrb/Cargo.toml | Bumps Ruby native extension crate version to 0.10.0. |
| bindings/python/Cargo.toml | Bumps Python binding Rust crate version to 0.10.0. |
| bindings/python/Cargo.lock | Updates Python binding lockfile entries for 0.10.0. |
| bindings/java/pom.xml | Bumps Java Maven artifact version to 0.10.0. |
| bindings/java/Cargo.toml | Bumps Java binding Rust crate version to 0.10.0. |
| bindings/java/Cargo.lock | Updates Java binding lockfile entries for 0.10.0. |
| bindings/ffi/Cargo.toml | Bumps FFI crate version to 0.10.0. |
| bindings/ffi/Cargo.lock | Updates FFI lockfile entries for 0.10.0. |
| bindings/csharp/Regorus/Regorus.csproj | Bumps .NET package version prefix to 0.10.0. |
Anand Krishnamoorthi (anakrish)
force-pushed
the
version-0.10.0
branch
from
May 5, 2026 12:46
9cf1c21 to
2c13062
Compare
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 5, 2026 12:52
View session
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 5, 2026 12:58
View session
Anand Krishnamoorthi (anakrish)
requested review from
Denis Komissarov (dekomissMSFT) and
David Pokluda (dpokluda)
May 5, 2026 13:00
Anand Krishnamoorthi (anakrish)
force-pushed
the
version-0.10.0
branch
from
May 5, 2026 13:50
2c13062 to
b9fc349
Compare
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 5, 2026 13:53
View session
David Pokluda (dpokluda)
previously approved these changes
May 5, 2026
Anand Krishnamoorthi (anakrish)
force-pushed
the
version-0.10.0
branch
from
May 5, 2026 17:20
b9fc349 to
c0e58e8
Compare
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 5, 2026 19:16
View session
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 6, 2026 00:18
View session
Update regorus core crate and all language bindings (ffi, java, python, wasm, ruby, csharp) to version 0.10.0. - Centralize C# package version via Directory.Packages.props - Remove redundant C# version suffix properties from project files - Regenerate all binding Cargo.lock files including Ruby - Fix xtask to read/write RegorusPackageVersion from Directory.Packages.props instead of parsing VersionPrefix from the csproj (which now uses an MSBuild property indirection) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Anand Krishnamoorthi (anakrish)
force-pushed
the
version-0.10.0
branch
from
May 6, 2026 00:45
c0e58e8 to
28dfbbc
Compare
Copilot started reviewing on behalf of
Anand Krishnamoorthi (anakrish)
May 6, 2026 00:50
View session
David Pokluda (dpokluda)
approved these changes
May 6, 2026
Anand Krishnamoorthi (anakrish)
merged commit May 6, 2026
4712462
into
microsoft:main
63 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update regorus core crate and all language bindings (ffi, java, python, wasm, ruby, csharp) to version 0.10.0.
instead of parsing VersionPrefix from the csproj (which now uses an MSBuild
property indirection)
Supersedes #677.