Skip to content

Commit

Permalink
chore: version v0.2.3
Browse files Browse the repository at this point in the history
Include the latest changes in the CHANGELOG.
Update the version printed in `--help`.
  • Loading branch information
Gelio committed Sep 19, 2023
1 parent 0d01252 commit 2229114
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## Unreleased

- Include go 1.19 in CI <https://github.com/Gelio/go-global-update/pull/18>.
## v0.2.3 (2023-09-19)

### Improvements

- Speed up introspecting binaries
<https://github.com/Gelio/go-global-update/pull/19>.

This speeds up the process of checking the latest versions of binaries, both
for cached and uncached runs.

Thanks [mroth](https://github.com/mroth) for implementing this feature!

### Internal

- Include go 1.21 and the latest stable version in CI
<https://github.com/Gelio/go-global-update/pull/20>.

## v0.2.2 (2022-04-03)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
* go-global-update gofumpt gopls shfmt
* go-global-update --dry-run`,
Version: "v0.2.2",
Version: "v0.2.3",
ArgsUsage: "[binaries to update...]",
UseShortOptionHandling: true,
Flags: []cli.Flag{
Expand Down

0 comments on commit 2229114

Please sign in to comment.