Skip to content

Commit

Permalink
Merge pull request #92 from Songmu/tagpr-from-v0.20.13
Browse files Browse the repository at this point in the history
Release for v0.20.14
  • Loading branch information
Songmu committed Jun 19, 2023
2 parents ee91348 + bc9c442 commit e7037f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.20.14](https://github.com/Songmu/godzil/compare/v0.20.13...v0.20.14) - 2023-06-19
- introduce setup-go@v4 by @Songmu in https://github.com/Songmu/godzil/pull/91

## [v0.20.13](https://github.com/Songmu/godzil/compare/v0.20.12...v0.20.13) - 2023-06-16
- Bump golang.org/x/net from 0.0.0-20220812174116-3211cb980234 to 0.7.0 by @dependabot in https://github.com/Songmu/godzil/pull/86
- introduce tagpr by @Songmu in https://github.com/Songmu/godzil/pull/87
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package godzil

const version = "0.20.13"
const version = "0.20.14"

var revision = "HEAD"

0 comments on commit e7037f6

Please sign in to comment.