Prepare the 0.5.0 release - #60
Merged
Merged
Conversation
Set the package version and the `ciachVersion` constant to 0.5.0, close the changelog's Unreleased section, and correct the README's report-only table: the sole constructor of a live class is now blocked by a superclass that needs constructor arguments, not by `super` forwarding. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0146xh6qZsHDegsCAoRBEqwz
The site reads the version from the root pubspec at build time, so a version-only change alters the deployed page. The production workflow already watches `pubspec.yaml`; the preview workflow did not, so a release PR got no preview and the new number went unseen until production. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0146xh6qZsHDegsCAoRBEqwz
PiotrRogulski
marked this pull request as ready for review
September 17, 2026 21:14
Komoszek
approved these changes
Sep 17, 2026
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.5.0, covering #53–#56.
Minor rather than patch: the public API only gained
UnusedDeclaration.fullRange, but the observable behavior changed twice.--removenow takes the metadata the analyzer attributes to a declaration, and a sole constructor blocked only bysuper.keyis removable.pubspec.yamlandciachVersion→ 0.5.0.CHANGELOG.md:Unreleased→0.5.0.README.md: the report-only table said a sole constructor is blocked bysuperforwarding, which Ask the server about superclasses and retire the lexer #56 replaced with "the superclass needs constructor arguments".website_preview.ymlnow watchespubspec.yaml, aswebsite_production.ymlalready does. The site reads the version from the root pubspec at build time, so a release PR changed the deployed page while getting no preview.dart pub publish --dry-runreports 0 warnings; analyze, format and the 257 tests pass.The preview builds on this PR now, and shows the new version in the hero badge and the footer: https://ciach-claude-quirky-hawking-jdfvsx.vercel.app
After merge,
v0.5.0onmaintriggers the publish workflow.🤖 Generated with Claude Code
https://claude.ai/code/session_0146xh6qZsHDegsCAoRBEqwz