Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.34 KB

Snag follows semantic versioning.


Next Release

your contribution here

  • #60 setup travis and use go 1.6
  • #59 better parsing of quoted arguments
  • #57 vendor dependencies with Godeps/GO15VENDOREXPERIMENT
  • #53 Add init command for a sample .snag.yml
  • #50 Add run section for parallel commands
  • #49 Deprecate script section in favor of build
  • #46 Parse env vars in scripts using $$
  • #45 ignore section uses gitignore patterns
  • #44 Allow specifying commands as flags
  • Binary compiled with Go 1.5
  • This marks Snag's first official release. We will follow semantic versioning as close as possible. - @Tonkpils,@zabawaba99