-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |