Skip to content

v0.0.2

Choose a tag to compare

@huGgW huGgW released this 23 Feb 15:18
· 7 commits to main since this release

Changelog

Breaking Change

  • dry command is removed. You can use -d or --dry flag on clean command instead.
  • Now fetch the remote before command execution is off by default. You shoud give -f or --fetch flag to fetch from remote.

Fix

  • Now clean command does not throw error when branch list to be deleted is empty.

What's Changed

  • feat!: merge dry run and clean command (by -d flag) by @huGgW in #4
  • feat: add blacklist flag to clean command by @huGgW in #5
  • feat!: change default fetch flag as fault by @huGgW in #6

Full Changelog: v0.0.1...0.0.2