Skip to content

v0.3.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@adityasaky adityasaky released this 16 Oct 13:39
· 372 commits to master since this release
v0.3.3
26b6a96

This release enables Windows support / testing again.

  • Adds a linter in the CI for new changes, courtesy of @kevholmes
  • Fixes a bug where left-stripping two artifacts with different prefixes could have resulted in a collision in the resultant paths with no warning, courtesy of @kadern0
  • Fixes to error strings formatting to follow best practices, courtesy of @adityasaky
  • Adds auto completion to CLI, courtesy of @developer-guy
  • Adds CLI docs, courtesy of @developer-guy
  • Changes in how cobra is organized so as to follow the standard template, courtesy of @lukehinds
  • Re-enables line normalization feature that was disabled in v0.3.2 as an option, courtesy of @alanssitis