hit-on/CHANGELOG.md
2019-07-30 18:13:03 +08:00

1.5 KiB

Changelog

hit-on uses PVP Versioning. The changelog is available on GitHub.

Unreleased: 0.1.0.0

  • #63, #79, #86: Implement hit status command with pretty output.
  • #67: Implement hit stash and hit unstash commands.
  • #77: Implement hit clear command.
  • #81: Implement hit diff command with pretty diff.
  • #82: Add --force flag to hit fix command.
  • #85: Make hit commit command take the commit name from the corresponding issue name, if it is currently applicable (the branch name has the info about issue number).
  • #89: Add -p|push and -f|force flags to hit commit command.
  • #80: Add hit uncommit command.
  • #69: Write autocompletion instructions.
  • #72: Allow hit new command to receive branch names as long as issue numbers.
  • Bump up to GHC 8.6.5.
  • Bump up to relude-0.5.0.

0.0.0

  • Initially created.