Skip to content

release: bump version to 0.6.1#117

Merged
Gradata merged 1 commit intomainfrom
release/v0.6.1
Apr 20, 2026
Merged

release: bump version to 0.6.1#117
Gradata merged 1 commit intomainfrom
release/v0.6.1

Conversation

@Gradata
Copy link
Copy Markdown
Owner

@Gradata Gradata commented Apr 20, 2026

Summary

  • Bumps pyproject.toml from 0.6.0 → 0.6.1
  • Changelog already landed in docs: v0.6.1 changelog #115; this aligns package metadata with the release tag

Release checklist

Test plan

  • grep ^version pyproject.toml0.6.1
  • No other source of truth needs changing — __init__.py reads via importlib.metadata

Generated with Gradata

Changelog for 0.6.1 already landed in #115. This bumps the package
metadata so installs from PyPI (and `importlib.metadata.version`)
resolve to the correct release tag.

Co-Authored-By: Gradata <noreply@gradata.ai>
Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

Gradata has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f0faa3c5-537c-42b2-93f9-a902efcb3e35

📥 Commits

Reviewing files that changed from the base of the PR and between 42ef38e and 7ad8320.

📒 Files selected for processing (1)
  • pyproject.toml
📜 Recent review details
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: Gradata
Repo: Gradata/gradata PR: 0
File: :0-0
Timestamp: 2026-04-17T17:18:07.417Z
Learning: In PR `#102` (gradata/gradata), Round 2 addressed: cli.py env-first brain resolution (GRADATA_BRAIN > --brain-dir > cwd), _tenant.py corrupt .tenant_id overwrite, _env_int default clamping to minimum, and _events.py tenant-scoped fallback SELECT for dedup. All ruff and 99 tests green after these fixes.
🔇 Additional comments (1)
pyproject.toml (1)

7-7: Version bump is correct and release-aligned.

[project].version is correctly updated to 0.6.1 and matches the PR’s stated release objective.


📝 Walkthrough

Version Bump to 0.6.1

  • Updated package version in pyproject.toml from 0.6.0 to 0.6.1 under the [project] table
  • Changelog previously merged in #115; this PR aligns package metadata with the release tag
  • Version resolution unchanged: __init__.py continues to read version via importlib.metadata
  • No dependency or configuration changes: only the version field was modified
  • Minimal review effort: single-line change to package metadata

Release Process

  • Requires manual tag v0.6.1 and push to main
  • Requires manual build and publish: uv build then uv publish
  • Verification step: pip install gradata==0.6.1 should resolve the new version

Walkthrough

The package version in pyproject.toml was incremented from 0.6.0 to 0.6.1. No other project configuration, dependencies, metadata, or build settings were modified.

Changes

Cohort / File(s) Summary
Version Update
pyproject.toml
Incremented package version from 0.6.0 to 0.6.1 under [project] table.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'release: bump version to 0.6.1' clearly and specifically describes the main change—incrementing the package version in pyproject.toml from 0.6.0 to 0.6.1.
Description check ✅ Passed The description is directly related to the changeset, providing context about the version bump, referencing prior changelog work, and including a release checklist and test plan aligned with the version update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.6.1

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

@Gradata Gradata merged commit c045b45 into main Apr 20, 2026
1 check passed
@Gradata Gradata deleted the release/v0.6.1 branch April 20, 2026 06:03
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.

1 participant