Skip to content

v0.1.1

Compare
Choose a tag to compare
@zimeg zimeg released this 15 Jan 23:29
· 56 commits to main since this release
e9c717a

Added

  • Package releases for many different operating systems

Fixed

  • Parse the provided help flag to display a helpful message
  • Return the actual error that happens when building templates
  • Avoid a panic when no command arguments are provided
  • Output errors from parsing flags in a more clear manner

Maintenance

  • Perform asserts on uniquely named tests across packages
  • Refactor command usage templating into a templates package
  • Separate concerns of a single internal package into many
  • Increment the end license year to include this new year
  • Bump the Golang version to the most recent version of 1.21
  • Include instructions for cutting and versioning a release
  • Reduce frequency of dependabot updates to once a month
  • Include dependency checks for actions in GitHub Actions