[Repo Assist] chore: release v3.0.8#88
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@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.
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Proposes a v3.0.8 patch release, bundling the improvements merged into
mastersince v3.0.6 (released 2026-02-06).Changes included in this release
dart test)dart:coreimport; add_skipIPv4LiteraldocumentationThese are all non-breaking changes. No public API modifications — a patch bump is appropriate.
Version tag note
A
v3.0.7tag already exists in the repository but points to the same commit asv3.0.6(likely from a failed release attempt). This PR proposes v3.0.8 to skip past that inconsistent tag and avoid any confusion.Pre-existing CI note⚠️
CI will likely fail the
dart formatstep due to a pre-existing formatting issue onmaster(tracked in PR #82). This issue predates this PR and is unrelated to the version bump. Options:workflow_dispatch) after merging PR [Repo Assist] fix: auto-format Dart files to fix CI formatting failures #82 — the workflow will run format/analyze/test before tagging.Test Status
If you prefer to handle releases differently, feel free to close this PR and use the
Releaseworkflow directly after merging open PRs.