go-github-selfupdate/CHANGELOG.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2018-11-10 04:08:05 +00:00
## [Unreleased]
2019-12-19 04:08:04 +00:00
## [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
2018-11-10 04:08:05 +00:00
## [v1.1.0] - 2018-11-10
2019-12-19 04:08:04 +00:00
- 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.
2018-11-10 04:08:05 +00:00
## [v1.0.0] - 2018-09-23
2019-12-19 04:08:04 +00:00
First release! :tada:
2018-11-10 04:08:05 +00:00
2019-12-19 04:08:04 +00:00
[Unreleased]: https://github.com/rhysd/go-github-selfupdate/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/rhysd/go-github-selfupdate/compare/go-get-release...v1.2.0
2018-11-10 04:08:05 +00:00
[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