Skip to content

chore: bump version to 0.0.28 - #143

Merged
asaiacai merged 1 commit into
mainfrom
chore/bump-version-0.0.28
Aug 13, 2026
Merged

chore: bump version to 0.0.28#143
asaiacai merged 1 commit into
mainfrom
chore/bump-version-0.0.28

Conversation

@ryanhayame

@ryanhayame ryanhayame commented Aug 13, 2026

Copy link
Copy Markdown

Bumps the package version 0.0.27 → 0.0.28 ahead of the next release.

  • pyproject.toml — published pluto-ml version
  • pluto/__init__.py — runtime __version__ (re-exported by mlop)
  • docs-api/meta.json — regenerated

Why the docs regen is in this PR: scripts/gen_api_docs.py derives package_version from pluto.__version__, and the api-docs workflow runs --check, which byte-compares the committed manifest. Bumping the version alone leaves meta.json stale and fails that job — which is what happened last cycle, where #137 (bump to 0.0.27) needed the follow-up #138 to regenerate the docs. Folding the regen in keeps this to one PR.

Tested (run the relevant ones):

  • Code formatting: bash format.sh — ran the pinned ruff==0.4.10 directly (ruff check + ruff format --check) rather than the script, since poetry isn't on PATH in this env. Both clean: "All checks passed", 105 files already formatted. mypy was not run.
  • python scripts/gen_api_docs.py --check passes with the pinned griffe==2.0.2 from the workflow. The regen changed only the package_version line, so nothing else in docs-api/ had drifted.

No test suite run — this touches no runtime behavior beyond the version string.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the package version to 0.0.28 across project metadata and documentation.

Bump for the upcoming release. Regenerate docs-api/meta.json in the same
commit: gen_api_docs.py reads package_version from pluto.__version__, so
the bump alone leaves the committed manifest stale and fails the api-docs
CI check (which is why 0.0.27 needed the follow-up in #138).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8b1e029f-4d28-4c05-a3fb-4aac94f68455

📥 Commits

Reviewing files that changed from the base of the PR and between 14285ad and e5f546e.

📒 Files selected for processing (3)
  • docs-api/meta.json
  • pluto/__init__.py
  • pyproject.toml

📝 Walkthrough

Walkthrough

The package version changed from 0.0.27 to 0.0.28 in project configuration, runtime metadata, and API documentation metadata.

Changes

Package version update

Layer / File(s) Summary
Synchronize package version metadata
pyproject.toml, pluto/__init__.py, docs-api/meta.json
Updated the project, runtime, and API metadata versions to 0.0.28.

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

Mergeability Score: ⚪ Minimal · up to e5f54

This PR updates the package and runtime version together with the matching API documentation metadata; no actionable merge-blocking risk remains beyond normal checks and review.

Suggested reviewers: asaiacai

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly and concisely identifies the version bump from 0.0.27 to 0.0.28.
Description check ✅ Passed The description explains the changes and includes testing details that address the repository template.
✨ 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 chore/bump-version-0.0.28

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.

@asaiacai asaiacai left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@asaiacai
asaiacai merged commit 686f532 into main Aug 13, 2026
16 checks passed
@asaiacai
asaiacai deleted the chore/bump-version-0.0.28 branch August 13, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants