Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sondr3 sondr3 released this 27 Dec 18:48
· 49 commits to master since this release
f8dfa34

0.6.0

2018-12-27

This release adds progress bars when running git-anger-management. Useful when
parsing commits in larger repositories as this will show the elapsed time, time
remaining etc. The rest of the changes are behind-the-scenes stuff, updated
dependencies and updated to the latest Rust edition (2018).

  • [53e31ad5a8] - Update README to include asciinema "video" of output
  • [4f0a873733] - Update CLI struct to use newer StructOpt changes
  • [27937aced4] - Update to Rust 2018
  • [3b441d666b] - Update Travis configuration
  • [db5c363fe5] - Update dependencies
  • [544204594f] - Remove version-sync from dev-dependencies
  • [e9348326cd] - Add progress bars to CLI to track progress
  • [ce0b7678ec] - Move magic commands to below documentation, add a few more deny things