Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 6, 2020
1 parent 2f92a13 commit 9c35f54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9c35f54

Please sign in to comment.