Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 18:38
· 42 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.1.0
88797a3

Added

  • The baldwin package now declares __all__ for explicit public exports.
  • Flatpak-related CI and a Flathub-oriented manifest for downstream packaging.

Changed

  • bw format and bw auto-commit now run Prettier invocations and filesystem checks concurrently, bounded by the number of available CPUs, significantly reducing wall-clock time on repositories with many files.
  • -d/--debug moved from the bw group to each subcommand (including hgit). Invocations like bw -d auto-commit must now be written as bw auto-commit -d.

Fixed

  • Snap app command now uses bin/bw, matching the console script installed by the part.

Full Changelog: v0.0.10...v0.1.0