release: 0.0.5#92
Conversation
Docs-only release for the 0.0.x line: ship the in-repo doc/ reference. No source code change since 0.0.4.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR prepares the frozen 0.0.x legacy line for the 0.0.5 docs-only release by updating package metadata and promoting the changelog entry.
Changes:
- Bumps
pubspec.yamlfrom0.0.4to0.0.5. - Converts the changelog’s
Unreleasedsection into the dated0.0.5release entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pubspec.yaml |
Updates the package version for the 0.0.5 release. |
CHANGELOG.md |
Marks the existing docs entry as released under 0.0.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Caret ^0.0.4 resolves to >=0.0.4 <0.0.5, so it excludes the new release. Bump the pin in README and the installation doc.
Release 0.0.5 (0.0.x legacy line)
Docs-only release: ships the in-repo
doc/reference added in #91.Changes
pubspec.yaml:version: 0.0.4->0.0.5.CHANGELOG.md: promoted## [Unreleased]to## [0.0.5] - 2026-05-30.No source code changed since 0.0.4; this release exists to publish the documentation set for the v0 line. Since 0.0.5 < 1.0.0, it does not affect the
latestresolution on pub.dev (the 1.0.x line leads).Definition of done
pubspec.yamlandCHANGELOG.md; no.dartfiles are modified, so it introduces no analyze or format regressions.dart analyzereports 5 pre-existinginfo-level items in v0 source (avoid_print,Color.red/green/bluedeprecations) that also shipped in 0.0.4. Not addressed here: the v0 line is frozen for code changes and these are out of scope for a docs/version release.dart formatwould reformat ~31 pre-existing v0 source files (formatting drift predating this change). Not applied for the same reason. v0 has no CI analyze/format gate (onlypublish.yml, tag-triggered).After merge
Tag and publish (maintainer step):