Skip to content

Commit

Permalink
update changelog for v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 19, 2019
1 parent 905eb9f commit 6cf6ce8
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
## [Unreleased]

## [v1.2.1] - 2019-12-19

- Fix `.tgz` file was not handled as `.tar.gz`.


## [v1.2.0] - 2019-12-19

- Filtering releases by matching regular expressions to release names was added (Thanks to @fredbi).
Regular expression strings specified at `Filters` field in `Config` struct are used on detecting the
latest release. Please read [documentation](https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate#Config)
for more details.
- Allow `{cmd}_{os}_{arch}` format for executable names
- `.tgz` file name suffix was supported
- New Feature: Filtering releases by matching regular expressions to release names (Thanks to [@fredbi](https://github.com/fredbi)).
Regular expression strings specified at `Filters` field in `Config` struct are used on detecting the
latest release. Please read [documentation](https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate#Config)
for more details.
- Allow `{cmd}_{os}_{arch}` format for executable names.
- `.tgz` file name suffix was supported.


## [v1.1.0] - 2018-11-10

- Signature validation for release assets was added. (Thanks to @tobiaskohlbau). Please read
[the instruction](https://github.com/rhysd/go-github-selfupdate#hash-or-signature-validation) for usage.
- New Feature: Signature validation for release assets (Thanks to [@tobiaskohlbau](https://github.com/tobiaskohlbau)).
Please read [the instruction](https://github.com/rhysd/go-github-selfupdate#hash-or-signature-validation) for usage.


## [v1.0.0] - 2018-09-23

First release! :tada:


[Unreleased]: https://github.com/rhysd/go-github-selfupdate/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/rhysd/go-github-selfupdate/compare/v1.2.1...HEAD
[v1.2.1]: https://github.com/rhysd/go-github-selfupdate/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/rhysd/go-github-selfupdate/compare/go-get-release...v1.2.0
[v1.1.0]: https://github.com/rhysd/go-github-selfupdate/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/rhysd/go-github-selfupdate/compare/example-1.2.4...v1.0.0

0 comments on commit 6cf6ce8

Please sign in to comment.