Cut 0.26.0 - #546
Merged
Merged
Conversation
The [Unreleased] section as it stood becomes the release: five additions around `dl --prune` and `--ls`, the thirteen-module split of `flows::lifecycle`, the reusable OpenSSH connection per workspace, and the run of fixes behind them. Also drops an empty `### Fixed` heading that two merges had each contributed to [Unreleased]. Better removed now than frozen into a shipped section, where the changelog guard would rightly refuse to let anyone tidy it.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideCuts version 0.26.0 by updating the workspace and lockfile metadata, promoting the accumulated changelog entries into a dated release section, and synchronizing the README’s release references. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts 0.26.0 with everything that had accumulated under
[Unreleased], on top ofthe four dependency bumps merged just ahead of it.
The cut
Same four files as every cut before it:
rust/Cargo.toml—[workspace.package] versionto0.26.0, which is thesingle source both halves of the release read.
rust/Cargo.lock— the five workspace crates and nothing else. Verified: nothird-party dependency moved, so this is not a dependency update wearing a
release's clothes.
CHANGELOG.md—[Unreleased]stays as the stable heading, emptied, and thesection it held becomes
## [0.26.0] - 2026-09-01.README.md— the conda badge and thedl --versionexample.Minor rather than patch: the section carries five additions, not just fixes.
Checked before pushing
scripts/changelog_frozen.pyagainst this branch's actual base — all 65released sections untouched. The cut is the one edit shaped to pass it: a
version present only on head.
awkinpublish.ymlextracts a non-empty## [0.26.0]section, so the step that fails a release with "a release nobody can read is
not a release" has something to read.
cargo build --releasethendl --version/aid --version— both report0.26.0, which is whatpublish.ymlasserts against the built wheel.One tidy-up
Drops an empty
### Fixedheading that two separate merges had each contributedto
[Unreleased], leaving the section with two of them and nothing under thefirst. Removed now rather than frozen into a shipped release — once
0.26.0is areleased section,
changelog_frozen.pycorrectly refuses to let anyone clean itup.
Dependency bumps this sits on
Note that #544 moves rattler-build v0.65.0 → v0.68.0 underneath, and
conda-publish.ymlhas never run with it — this release is its first realexercise, as is #543's GHCR login on
devcontainer-prebuild.yml.🤖 Generated with Claude Code
Summary by Sourcery
Release version 0.26.0 with the accumulated project changes and synchronized user-facing version metadata.
Enhancements:
Build:
Documentation: