Skip to content

Align 0.3.1 package versions#50

Merged
koxudaxi merged 1 commit into
mainfrom
release-version-fix
Jul 8, 2026
Merged

Align 0.3.1 package versions#50
koxudaxi merged 1 commit into
mainfrom
release-version-fix

Conversation

@koxudaxi

@koxudaxi koxudaxi commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Chores
    • Bumped the project and related package versions to 0.3.1.
    • Aligned dependency minimums across the workspace so all components require the newer 0.3.1 release.
    • Updated Python and Rust package metadata to keep the release consistent across the codebase.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5f16ab77-df2f-4404-ab6e-2fd259d7c791

📥 Commits

Reviewing files that changed from the base of the PR and between e8d86cb and 03f4f60.

⛔ Files ignored due to path filters (2)
  • rust/Cargo.lock is excluded by !**/*.lock
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • json-tstring/pyproject.toml
  • pyproject.toml
  • rust/Cargo.toml
  • rust/backend-e2e-tests/Cargo.toml
  • rust/json-tstring-rs/Cargo.toml
  • rust/python-bindings/Cargo.toml
  • rust/python-bindings/pyproject.toml
  • rust/python-bindings/src/lib.rs
  • rust/toml-tstring-rs/Cargo.toml
  • rust/tstring-pyo3-bindings/Cargo.toml
  • rust/yaml-pyo3-tests/Cargo.toml
  • rust/yaml-tstring-rs/Cargo.toml
  • toml-tstring/pyproject.toml
  • tstring-core/pyproject.toml
  • yaml-tstring/pyproject.toml

Walkthrough

This PR bumps the package version from 0.3.0 to 0.3.1 across the entire workspace, including the root Python and Rust manifests, all sub-package pyproject.toml files, Rust crate Cargo.toml manifests, and the __version__ string in the Python bindings source.

Changes

Version bump across workspace

Layer / File(s) Summary
Workspace root manifests
pyproject.toml, rust/Cargo.toml
Root version bumped to 0.3.1; workspace dependency minimums raised to >=0.3.1 in both dependencies and dependency-groups.dev.
Python sub-package manifests
json-tstring/pyproject.toml, toml-tstring/pyproject.toml, tstring-core/pyproject.toml, yaml-tstring/pyproject.toml
Package versions bumped to 0.3.1; tstring-bindings/tstring-core dependency minimums raised to >=0.3.1.
Rust crate manifests
rust/json-tstring-rs/Cargo.toml, rust/toml-tstring-rs/Cargo.toml, rust/yaml-tstring-rs/Cargo.toml, rust/tstring-pyo3-bindings/Cargo.toml, rust/backend-e2e-tests/Cargo.toml, rust/yaml-pyo3-tests/Cargo.toml, rust/python-bindings/Cargo.toml
Path-based tstring-* dependency versions bumped from 0.3.0 to 0.3.1, keeping the same local paths.
Python bindings package version
rust/python-bindings/pyproject.toml, rust/python-bindings/src/lib.rs
Package version and __version__ module attribute updated to "0.3.1".

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

Hop, hop, a tiny version leap,
0.3.0 to 0.3.1, no secrets to keep 🐇
Every manifest, every crate in line,
Numbers align like carrots in a row so fine,
A rabbit's release, tidy and neat!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: aligning package versions to 0.3.1 across the workspace.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-version-fix

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

📚 Docs Preview: https://pr-50.tstring-structured-data.pages.dev

@koxudaxi koxudaxi merged commit b2af918 into main Jul 8, 2026
14 checks passed
@koxudaxi koxudaxi deleted the release-version-fix branch July 8, 2026 01:50
@github-actions github-actions Bot added the breaking-change-analyzed PR has been analyzed for breaking changes label Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Breaking Change Analysis

Result: No breaking changes detected

Reasoning: PR #50 contains only version number updates from 0.3.0 to 0.3.1 across Python and Rust packages, along with corresponding dependency minimum version bumps. No parsing logic, generated output, public APIs, Rust bindings behavior, default behaviors, or Python version requirements were changed. This is a standard release version alignment with no functional modifications.


This analysis was performed by Claude Code Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change-analyzed PR has been analyzed for breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant