From 89c24d7b7c5b592168fc53512d4254b9003ce628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Jun 2025 04:25:57 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 4bc4a91..8ea9cc1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.5.3 +v0.5.4 From 4946bac0f8524798ed411465125d7e49fa7cee8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Jun 2025 04:26:01 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f776a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,64 @@ +# Changelog + +## [v0.5.4](https://github.com/gcpug/zagane/compare/v0.5.3...v0.5.4) - 2025-06-06 +- Update tools version by @artoy in https://github.com/gcpug/zagane/pull/50 +- Add workflows (test and tagpr) and dependabot by @tenntenn in https://github.com/gcpug/zagane/pull/54 +- Update Go version to 1.23.10 by @tenntenn in https://github.com/gcpug/zagane/pull/53 +- Bump golang.org/x/tools from 0.24.0 to 0.34.0 by @dependabot in https://github.com/gcpug/zagane/pull/55 +- Remove buildtag in main.go by @tenntenn in https://github.com/gcpug/zagane/pull/60 +- Fix version text by @tenntenn in https://github.com/gcpug/zagane/pull/61 +- Bump github.com/gostaticanalysis/comment from 1.4.2 to 1.5.0 by @dependabot in https://github.com/gcpug/zagane/pull/57 +- Bump github.com/gostaticanalysis/analysisutil from 0.6.2 to 0.7.1 by @dependabot in https://github.com/gcpug/zagane/pull/56 + +## [v0.5.3](https://github.com/gcpug/zagane/compare/v0.5.2...v0.5.3) - 2021-03-05 +- module: upgrade each vendors by @zchee in https://github.com/gcpug/zagane/pull/45 + +## [v0.5.2](https://github.com/gcpug/zagane/compare/v0.5.1...v0.5.2) - 2020-09-11 +- Update analysisutil by @tenntenn in https://github.com/gcpug/zagane/pull/43 +- Add test for issue32 by @tenntenn in https://github.com/gcpug/zagane/pull/44 +- Release v0.5.2 by @tenntenn in https://github.com/gcpug/zagane/pull/42 + +## [v0.5.1](https://github.com/gcpug/zagane/compare/v0.5.0...v0.5.1) - 2020-09-10 +- Update comment by @tenntenn in https://github.com/gcpug/zagane/pull/39 +- Add tests for latest 2 minner version of cloud.google.com/go/spanner by @tenntenn in https://github.com/gcpug/zagane/pull/40 +- Release v0.5.1 by @tenntenn in https://github.com/gcpug/zagane/pull/41 + +## [v0.5.0](https://github.com/gcpug/zagane/compare/v0.4.0...v0.5.0) - 2020-09-07 +- add plugin for golangci-lint by @vvakame in https://github.com/gcpug/zagane/pull/38 + +## [v0.4.0](https://github.com/gcpug/zagane/compare/v0.3.4...v0.4.0) - 2020-06-04 +- Add version by @tenntenn in https://github.com/gcpug/zagane/pull/35 +- Update Go image of CircleCI to go1.14.4 by @tenntenn in https://github.com/gcpug/zagane/pull/36 + +## [v0.3.4](https://github.com/gcpug/zagane/compare/v0.3.3...v0.3.4) - 2020-01-30 +- Fix ignore comment bug by @tenntenn in https://github.com/gcpug/zagane/pull/31 + +## [v0.3.3](https://github.com/gcpug/zagane/compare/v0.3.2...v0.3.3) - 2019-12-10 +- Remove default case for unexpected types by @tenntenn in https://github.com/gcpug/zagane/pull/28 + +## [v0.3.2](https://github.com/gcpug/zagane/compare/v0.3.1...v0.3.2) - 2019-03-29 +- Fix nil panic by @tenntenn in https://github.com/gcpug/zagane/pull/22 +- Fix for closure by @tenntenn in https://github.com/gcpug/zagane/pull/23 +- Fix stack overflow by @tenntenn in https://github.com/gcpug/zagane/pull/24 + +## [v0.3.1](https://github.com/gcpug/zagane/compare/v0.3.0...v0.3.1) - 2019-03-29 +- Fix for GRPCStatus by @tenntenn in https://github.com/gcpug/zagane/pull/21 + +## [v0.3.0](https://github.com/gcpug/zagane/compare/v0.2.0...v0.3.0) - 2019-03-28 +- Add wraperr by @tenntenn in https://github.com/gcpug/zagane/pull/19 + +## [v0.2.0](https://github.com/gcpug/zagane/compare/v0.1.1...v0.2.0) - 2019-03-27 +- Add zaganeutil by @tenntenn in https://github.com/gcpug/zagane/pull/14 +- Use zaganeutil by @tenntenn in https://github.com/gcpug/zagane/pull/15 +- add unclosetx by @tenntenn in https://github.com/gcpug/zagane/pull/16 +- Add test by @tenntenn in https://github.com/gcpug/zagane/pull/18 + +## [v0.1.1](https://github.com/gcpug/zagane/compare/v0.1.0...v0.1.1) - 2019-03-22 +- Skip files which don't import spanner by @tenntenn in https://github.com/gcpug/zagane/pull/11 + +## [v0.1.0](https://github.com/gcpug/zagane/commits/v0.1.0) - 2019-03-21 +- Fix issue#1 by @tenntenn in https://github.com/gcpug/zagane/pull/3 +- Fix nil check by @tenntenn in https://github.com/gcpug/zagane/pull/4 +- Ignore return iterator by @tenntenn in https://github.com/gcpug/zagane/pull/5 +- Fix call do by @tenntenn in https://github.com/gcpug/zagane/pull/6 +- Fix work with govet in Go1.12 by @tenntenn in https://github.com/gcpug/zagane/pull/8