chore: release v1.6.0#426
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 1.5.1 to 1.6.0 in Cargo.toml and flake.nix, and documents the release changes in CHANGELOG.md. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Contributor
There was a problem hiding this comment.
β Corvin says...
_
<(^\ .oO(Caw! ^v^)
|/(\
\(\\
" "\\
"Looking sharp! Like a beak should be."
CI Summary
| Check | Status |
|---|---|
| Dependency Audit | β Passed |
| Integration (3 OS) | β Passed |
| Lint (fmt + clippy) | β Passed |
| Spec Validation | β Passed |
| Tests (3 OS) | β Passed |
Powered by corvid-pet
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.
Release v1.6.0
Bumps
1.5.1 β 1.6.0(minor β ships a new feature). Generated with the currentfledgebinary so changelog categorization is correct.Highlights
fledge spec checkto the real specsync binary for CI parityΒ #424) βfledge spec checknow delegates to the realspecsyncbinary when installed, matching CI's export-coverage validation (local pass β CI pass); falls back to the structural check otherwise.plugins.tomlwrites; fixes the registry race that made plugin subcommands intermittently vanish.Also folded in: CI workflow standardization (#423), agent-docs unification (#425), site retirement/redirects (#421, #422).
What this PR changes
Cargo.toml,Cargo.lock,flake.nixβ1.6.0CHANGELOG.mdβ new[v1.6.0]sectionRelease process
This PR is the version-bump + changelog only β no tag.
mainenforces branch protection (enforce_admins: true), so the bump lands via this PR. After it's merged, thev1.6.0tag is pushed tomainas a separate step, which triggersrelease.yml(build + publish) andpost-release-formula.yml(Homebrew).π€ Generated with Claude Code