github.com/tonkpils/snag@v1.2.1-0.20160221223445-7f8829737a1d/CHANGELOG.md (about)

     1  Snag follows [semantic versioning](http://semver.org/).
     2  
     3  ----------------
     4  
     5  ## Next Release
     6  
     7  **your contribution here**
     8  
     9  ## [1.2.0](https://github.com/Tonkpils/snag/releases/tag/v1.2.0)
    10  
    11  * [#60](https://github.com/Tonkpils/snag/pull/60) setup travis and use go 1.6
    12  * [#59](https://github.com/Tonkpils/snag/pull/59) better parsing of quoted arguments
    13  * [#57](https://github.com/Tonkpils/snag/pull/57) vendor dependencies with Godeps/GO15VENDOREXPERIMENT
    14  * [#53](https://github.com/Tonkpils/snag/pull/53) Add init command for a sample `.snag.yml`
    15  * [#50](https://github.com/Tonkpils/snag/pull/50) Add `run` section for parallel commands
    16  * [#49](https://github.com/Tonkpils/snag/pull/49) Deprecate `script` section in favor of `build`
    17  
    18  ## [1.1.0](https://github.com/Tonkpils/snag/releases/tag/v1.1.0)
    19  
    20  * [#46](https://github.com/Tonkpils/snag/pull/46) Parse env vars in scripts using `$$`
    21  * [#45](https://github.com/Tonkpils/snag/pull/45) `ignore` section uses gitignore patterns
    22  * [#44](https://github.com/Tonkpils/snag/pull/44) Allow specifying commands as flags
    23  * Binary compiled with Go 1.5
    24  
    25  
    26  ## [1.0.0](https://github.com/Tonkpils/snag/releases/tag/v1.0.0)
    27  
    28  * This marks Snag's first official release. We will follow semantic versioning as close as possible. - [@Tonkpils],[@zabawaba99]
    29  
    30  
    31  [@Tonkpils]: https://github.com/Tonkpils
    32  [@zabawaba99]: https://github.com/zabawaba99