Skip to content

Commit f7dfff6

Browse files
authored
Merge pull request #159 from tcnksm/tagpr-from-v0.16.2
Release for v0.17.0
2 parents 8865299 + a91aa6b commit f7dfff6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const 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.

0 commit comments

Comments
 (0)