Skip to content

release: 0.0.5#92

Merged
anilcancakir merged 2 commits into
v0from
release/0.0.5
May 30, 2026
Merged

release: 0.0.5#92
anilcancakir merged 2 commits into
v0from
release/0.0.5

Conversation

@anilcancakir
Copy link
Copy Markdown
Collaborator

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 latest resolution on pub.dev (the 1.0.x line leads).

Definition of done

  • The release changeset touches only pubspec.yaml and CHANGELOG.md; no .dart files are modified, so it introduces no analyze or format regressions.
  • dart analyze reports 5 pre-existing info-level items in v0 source (avoid_print, Color.red/green/blue deprecations) 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 format would 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 (only publish.yml, tag-triggered).
  • No test suite exists on the v0 line.

After merge

Tag and publish (maintainer step):

git tag 0.0.5 && git push origin 0.0.5   # triggers .github/workflows/publish.yml -> pub.dev

Docs-only release for the 0.0.x line: ship the in-repo doc/ reference. No source code change since 0.0.4.
Copilot AI review requested due to automatic review settings May 30, 2026 17:43
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 967384ed-3ca5-4a66-b96c-1e092f1c3623

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.0.5

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml from 0.0.4 to 0.0.5.
  • Converts the changelog’s Unreleased section into the dated 0.0.5 release 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.
@anilcancakir anilcancakir merged commit af1d1bf into v0 May 30, 2026
1 check passed
@anilcancakir anilcancakir deleted the release/0.0.5 branch May 30, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants