From 9c35f54d22184fc96b922c4f94de5f5d064b6d4e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 6 May 2020 12:10:07 -0400 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 11 +++++++++-- Makefile | 2 +- README.md | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b26923..12a1e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file. ### Changed +## [v0.6.0] - 2020-05-06 + +### Added + +- #52: @josegonzalez Release packages in CI +- #53: @josegonzalez Release packages for Focal Fossa + ## [v0.5.0] - 2020-03-13 ### Fixed @@ -25,12 +32,12 @@ All notable changes to this project will be documented in this file. - #16: @lalyos Add substring function - #21: @lalyos Add base64enc and base64dec functions - #28: @lalyos Add [jmespath](http://jmespath.org) function -- #52: @josegonzalez Release packages in CI ### Changed - @josegonzalez Upgrade to circleci 2.1 - @josegonzalez Upgrade to golang 1.13.8 -[unreleased]: https://github.com/gliderlabs/registrator/compare/v0.5.0...HEAD +[unreleased]: https://github.com/gliderlabs/registrator/compare/v0.6.0...HEAD +[v0.6.0]: https://github.com/gliderlabs/registrator/compare/v0.6.0...v0.5.0 [v0.5.0]: https://github.com/gliderlabs/registrator/compare/v0.5.0...v0.4.0 diff --git a/Makefile b/Makefile index 8e3bd2c..b2fc562 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME=sigil ARCH=$(shell uname -m) ORG=gliderlabs -VERSION=0.5.0 +VERSION=0.6.0 define DESCRIPTION Standalone string interpolator and template processor Sigil is a command line tool for template processing diff --git a/README.md b/README.md index 93f9575..bd43cdd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ for any text processing. ## Getting Sigil ```shell -curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_0.5.0_$(uname -sm|tr \ _).tgz" \ +curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.6.0/sigil_0.6.0_$(uname -sm|tr \ _).tgz" \ | tar -zxC /usr/local/bin ```