Skip to content

Commit

Permalink
Merge pull request #147 from tcnksm/tagpr-from-v0.16.0
Browse files Browse the repository at this point in the history
Release for v0.16.1
  • Loading branch information
Songmu authored Oct 12, 2023
2 parents fbd219d + 8bbdee1 commit 9bbedf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.16.1](https://github.com/tcnksm/ghr/compare/v0.16.0...v0.16.1) - 2023-10-12
- drop pkg/errors dependency by @Songmu in https://github.com/tcnksm/ghr/pull/148
- Miscellaneous fixes: coding convention fixes and some typo fixes by @itchyny in https://github.com/tcnksm/ghr/pull/149
- Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 by @dependabot in https://github.com/tcnksm/ghr/pull/150
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in https://github.com/tcnksm/ghr/pull/153

## [v0.16.0](https://github.com/tcnksm/ghr/compare/v0.15.0...v0.16.0) - 2022-09-26
- introduce modern releng stack by @Songmu in https://github.com/tcnksm/ghr/pull/141
- Go 1.19 and update deps by @Songmu in https://github.com/tcnksm/ghr/pull/143
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const Name = "ghr"

// Version is application version
const Version string = "0.16.0"
const Version string = "0.16.1"

// GitCommit describes latest commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit 9bbedf8

Please sign in to comment.