chore: prepare 0.3.2 release#5
Merged
Merged
Conversation
- Point repository / issue_tracker at the jwinarske fork (fixes pub.dev repository verification — the published pubspec's repository URL must match the repo it is cloned from). - Ignore local build artifact dirs (native/_*, .cache) so they aren't swept into the publish archive. - Bump version to 0.3.2; update CHANGELOG.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5 +/- ##
=======================================
Coverage 61.00% 61.00%
=======================================
Files 17 17
Lines 1054 1054
Branches 13 13
=======================================
Hits 643 643
Misses 411 411 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
0.3.2
Patch release fixing pub.dev repository verification and publish hygiene.
repository/issue_trackerat thejwinarskefork. The publishedpubspec's repository URL must match the repository it is cloned from, or
pub.dev's verified-repository check fails.
native/_*,.cache/) so they aren'tswept into the publish archive.
Context
0.3.1 (already on
main) addedWhatProvidesandsetPackagekitLibraryPath().This release is metadata/hygiene only — no API or native changes — to get a
clean
dart pub publishwith verified repository status.Verification
dart pub publish --dry-run— clean, ~589 KB archive (no stray.o/build dirs).hooksmust stay^1.0.0becauseflutter build linuxforce-downgradeshooks2.x → 1.0.3 to matchflutter_tools; bumping breaks Flutter consumers).