Skip to content

chore: prepare 0.3.2 release#5

Merged
jwinarske merged 1 commit into
mainfrom
release/0.3.2
Jun 16, 2026
Merged

chore: prepare 0.3.2 release#5
jwinarske merged 1 commit into
mainfrom
release/0.3.2

Conversation

@jwinarske

Copy link
Copy Markdown
Owner

0.3.2

Patch release fixing pub.dev repository verification and publish hygiene.

  • Point repository / issue_tracker at the jwinarske fork. The published
    pubspec's repository URL must match the repository it is cloned from, or
    pub.dev's verified-repository check fails.
  • Ignore local build-artifact dirs (native/_*, .cache/) so they aren't
    swept into the publish archive.
  • Bump version to 0.3.2; update CHANGELOG.

Context

0.3.1 (already on main) added WhatProvides and setPackagekitLibraryPath().
This release is metadata/hygiene only — no API or native changes — to get a
clean dart pub publish with verified repository status.

Verification

  • dart pub publish --dry-run — clean, ~589 KB archive (no stray .o/build dirs).
  • pana: 150/160 (the 10-point "up-to-date dependencies" deduction is inherent —
    hooks must stay ^1.0.0 because flutter build linux force-downgrades
    hooks 2.x → 1.0.3 to match flutter_tools; bumping breaks Flutter consumers).

- 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.
@jwinarske
jwinarske merged commit 568cabe into main Jun 16, 2026
9 checks passed
@jwinarske
jwinarske deleted the release/0.3.2 branch June 16, 2026 02:57
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.00%. Comparing base (93addeb) to head (c559378).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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