Skip to content

patchwork 0.1.0

Choose a tag to compare

@medz medz released this 12 Jun 20:27
· 45 commits to main since this release

Patchwork 0.1.0

Initial pub package MVP release.

Highlights

  • Adds the patch, patch --commit, apply, status, and doctor commands.
  • Stores committed patch metadata in patchwork.lock and patch files under patches/pub/.
  • Applies patches through generated pubspec_overrides.yaml path overrides.
  • Adds package README, CHANGELOG, license metadata, funding metadata, and a runnable examples/hello_patch workflow.
  • Publishes the package to pub.dev: https://pub.dev/packages/patchwork/versions/0.1.0

Validation

  • Main CI passed on the release commit.
  • dart pub publish --dry-run completed with 0 warnings before publish.