Release 0.2.0: version bump for the first numeria publish - #7
Merged
Conversation
The v0.1.0 tag already marks the March crates.io release, which predates the bindings. check_version.py requires the crate, the bindings and the tag to agree, so both manifests move together.
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to coordinated version/metadata updates across manifests and lockfiles, with no functional code modifications or inconsistencies found.
Pull request overview
Bumps the Rust crate and its Python bindings to version 0.2.0 in preparation for the first Numeria publish, ensuring check_version.py’s crate/bindings/tag consistency checks continue to pass and updating the crate description text that will be rendered on crates.io for this release.
Changes:
- Update
versionfrom0.1.0to0.2.0in the root crate and Python bindings manifests. - Regenerate/adjust lockfiles to reflect the new package versions.
- Update the root crate
descriptionstring to reflect updated function/module counts.
File summaries
| File | Description |
|---|---|
| Cargo.toml | Bumps crate version to 0.2.0 and updates the crates.io description string. |
| Cargo.lock | Updates the locked package entry version to 0.2.0. |
| bindings/python/Cargo.toml | Bumps Python bindings crate version to 0.2.0. |
| bindings/python/Cargo.lock | Updates locked package entries for both crates to 0.2.0. |
Review details
- Files reviewed: 2/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
The
v0.1.0tag already marks the March crates.io release, which predates the bindings.check_version.pyrequires the crate, the bindings and the tag to agree, so both manifests move to 0.2.0 together.Cargo.tomlandbindings/python/Cargo.tomlto 0.2.0; both lockfiles regenerated by cargo, not hand-edited.Verified locally: