Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

56 lines (40 loc) · 4.29 KB

Changelog

v0.10.0 (2022-08-12)

v0.9.1 (2019-03-03)

v0.9.0 (2019-02-15)

  • introduce go modules #30 (Songmu)
  • add --config option #29 (Songmu)
  • [incompatible] quit to use pointer for ExitCode. use -1 as default value #28 (Songmu)
  • enhance tests around logs #27 (Songmu)
  • [incompatible] Reduce pointer from type Report #25 (Songmu)
  • introduce Songmu/timestamper #26 (Songmu)

v0.3.0 (2019-02-10)

v0.2.0 (2018-01-16)

  • update deps (wrapcommander) #17 (Songmu)
  • add override command status option #16 (dozen)

v0.1.0 (2017-12-18)

v0.0.2 (2016-03-31)

  • cmd.Start() before stdinPipe.Write() #11 (fujiwara)
  • fix typo in Usage #10 (fujiwara)
  • wait to close stdout/err before reporting just to be safe #9 (Songmu)

v0.0.1 (2016-01-10)