Skip to content

chore: Bump version to 4.9.1#363

Merged
stickerdaniel merged 1 commit intomainfrom
04-14-chore_bump_version_to_4.9.1
Apr 14, 2026
Merged

chore: Bump version to 4.9.1#363
stickerdaniel merged 1 commit intomainfrom
04-14-chore_bump_version_to_4.9.1

Conversation

@stickerdaniel
Copy link
Copy Markdown
Owner

@stickerdaniel stickerdaniel commented Apr 14, 2026

Summary

Patch release bundling the fixes merged since v4.9.0:

Synthetic prompt

Bump the package version to 4.9.1.

Generated with claude-opus-4-6

Copilot AI review requested due to automatic review settings April 14, 2026 09:28
Copy link
Copy Markdown
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@stickerdaniel stickerdaniel merged commit 1fb4cc5 into main Apr 14, 2026
7 checks passed
@stickerdaniel stickerdaniel deleted the 04-14-chore_bump_version_to_4.9.1 branch April 14, 2026 09:29
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 14, 2026

Greptile Summary

This PR bumps the package version from 4.9.0 to 4.9.1 in pyproject.toml and uv.lock, following the documented patch-release process. No logic changes are included; manifest.json and docker-compose.yml will be updated automatically by the CI release workflow after merge.

Confidence Score: 5/5

  • Safe to merge — minimal, mechanical version bump with no logic changes.
  • Both changed files contain only the version string update from 4.9.0 to 4.9.1, consistent with the documented uv version --bump patch release process. No functional code is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 4.9.0 to 4.9.1; no other changes.
uv.lock Lock file version entry updated to match pyproject.toml bump to 4.9.1.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[uv version --bump patch] --> B[pyproject.toml\nversion: 4.9.0 → 4.9.1]
    A --> C[uv.lock\nversion: 4.9.0 → 4.9.1]
    B --> D[gt create + gt submit]
    C --> D
    D --> E[CI Release Workflow]
    E --> F[manifest.json updated]
    E --> G[docker-compose.yml updated]
    E --> H[PyPI publish]
Loading

Reviews (1): Last reviewed commit: "chore: Bump version to 4.9.1" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the project version to 4.9.1 in the Python packaging metadata and lockfile, aligning with the documented release workflow for this repository.

Changes:

  • Update pyproject.toml project version from 4.9.0 → 4.9.1
  • Update uv.lock editable package version from 4.9.0 → 4.9.1

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Bumps the declared project version to 4.9.1.
uv.lock Keeps the lockfile’s editable package version in sync at 4.9.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

[BUG] Detail sections truncate results on profiles with 30+ items

2 participants