Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@anthraxx anthraxx released this 07 Jun 18:05
· 2 commits to main since this release
v0.1.1
ed711ac

[0.1.1] - 2024-06-07

Bug Fixes

  • git: Ensure git diff does never use an external diff tool
  • cli: Force color output in spawned pipes
  • diff: Handle hunks that have no offset in the diff

Features

  • changelog: Add git cliff config to generate changelogs

Miscellaneous Tasks

  • deny: Add cargo deny configuration
  • clippy: Add configuration
  • make: Add one shot release target with changelog generator
  • editor: Adding editor config
  • cleanup: Apply clippy suggestions
  • ci: Cleanup github ci matrix arch
  • clippy: Refactor equatable_if_let
  • deps: Switch from structopt to clap 4 #2
  • deps: Update all dependencies
  • deps: Update dependencies
  • deps: Upgrade all dependencies
  • ci: Use cargp-deny instead of audit in github ci