File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.17.0] ( https://github.com/tcnksm/ghr/compare/v0.16.2...v0.17.0 ) - 2024-10-14
4+ - Add -latest flag to specify latest release or not by @danudey in https://github.com/tcnksm/ghr/pull/152
5+ - Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in https://github.com/tcnksm/ghr/pull/158
6+ - Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/tcnksm/ghr/pull/160
7+ - Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/tcnksm/ghr/pull/161
8+ - update deps and go version by @Songmu in https://github.com/tcnksm/ghr/pull/162
9+
310## [ v0.16.2] ( https://github.com/tcnksm/ghr/compare/v0.16.1...v0.16.2 ) - 2023-10-16
411- disable cgo. fixes #154 . by @shogo82148 in https://github.com/tcnksm/ghr/pull/155
512
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212const Name = "ghr"
1313
1414// Version is application version
15- const Version string = "0.16.2 "
15+ const Version string = "0.17.0 "
1616
1717// GitCommit describes latest commit hash.
1818// This is automatically extracted by git describe --always.
You can’t perform that action at this time.
0 commit comments