Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 243 Bytes

changelog.adoc

File metadata and controls

16 lines (11 loc) · 243 Bytes

Changelog

v0.2.0 Simplify usage

  • Remove -f option to read from file

- yaml-parse -f test_data/test.yaml
+ yaml-parse test_data/test.yaml
  • Remove replace directives in go.mod

v0.1.0 Initial release