Skip to content

Bump version to 0.3.11#2018

Merged
j178 merged 1 commit intomasterfrom
bump
Apr 27, 2026
Merged

Bump version to 0.3.11#2018
j178 merged 1 commit intomasterfrom
bump

Conversation

@j178
Copy link
Copy Markdown
Owner

@j178 j178 commented Apr 27, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 27, 2026 04:00
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6a333659fd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
[project]
name = "prek"
version = "0.3.10"
version = "0.3.11"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep uv.lock in sync with bumped package version

Bumping [project].version to 0.3.11 without updating uv.lock leaves the lockfile internally inconsistent (uv.lock still lists prek as 0.3.10), which can cause lockfile freshness checks and reproducible-dev workflows to fail or force unexpected lockfile churn in subsequent commits. Previous version-bump commits in this repo updated both files together, so this change appears to introduce a stale lockfile state.

Useful? React with 👍 / 👎.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.19%. Comparing base (24302f7) to head (6a33365).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2018   +/-   ##
=======================================
  Coverage   92.18%   92.19%           
=======================================
  Files         117      117           
  Lines       23781    23781           
=======================================
+ Hits        21923    21925    +2     
+ Misses       1858     1856    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Updates the project to release version 0.3.11, aligning Rust workspace/package metadata and user-facing documentation with the new tag.

Changes:

  • Bump version references from 0.3.10 to 0.3.11 across Cargo workspace metadata and Python packaging metadata.
  • Update documentation/examples (README + integrations docs) to reference the v0.3.11 release artifacts and container tags.
  • Add a 0.3.11 section to the changelog with highlights and categorized entries.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pyproject.toml Bumps Python project version to 0.3.11.
Cargo.toml Bumps workspace/package version and internal workspace dependency versions to 0.3.11.
Cargo.lock Updates locked package versions to 0.3.11.
README.md Updates install commands to use the v0.3.11 release.
docs/integrations.md Updates container image examples and version tag references to v0.3.11.
CHANGELOG.md Adds release notes section for 0.3.11.

Comment thread pyproject.toml
[project]
name = "prek"
version = "0.3.10"
version = "0.3.11"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

pyproject.toml was bumped to 0.3.11, but uv.lock still pins the local prek package at version 0.3.10. If uv.lock is committed/checked in CI, this version mismatch can cause confusing metadata or lockfile consistency failures. Regenerate/update uv.lock (or otherwise ensure it reflects 0.3.11) as part of the version bump.

Copilot uses AI. Check for mistakes.
@j178 j178 merged commit 8e731a9 into master Apr 27, 2026
55 checks passed
@j178 j178 deleted the bump branch April 27, 2026 04:09
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