chore(release): v0.14.0 - #538
Merged
Merged
Conversation
- Bump version 0.13.0 -> 0.14.0 - Promote CHANGELOG [Unreleased] to [0.14.0] (2026-08-28): empty LLM response recovery (#536), cross-crate dead-code fixes (#519), workspace root resolution (#522), ignore.files honored by index (#521), enclosing control-flow scope in review (#523), pub API skip + --include-pub (#520), relicensing to Apache-2.0 - docs: cli-reference gains dead-code --include-pub; AGENT.md test count and engine tree updated Signed-off-by: ajianaz <ajianaz@users.noreply.github.com>
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.
What
Release preparation for v0.14.0:
[Unreleased]to[0.14.0](2026-08-28) and open a fresh[Unreleased]docs/cli-reference.md: documentcora dead-code --include-puband the new default behavior (public API skipped by default, ignore.files honored via the index)AGENT.md: refresh test counts (934) and addengine/enclosing.rsto the source treeWhy
Per the OSS release workflow: version bump + CHANGELOG promotion must land on develop before the develop → main sync and tagging. The docs updates cover the feature batch merged since v0.13.0 (#519–#523, #536, relicensing).
Testing
--no-verifyper release standardcargo checkregenerated Cargo.lock at 0.14.0All commits signed-off (DCO).