Skip to content

Commit 4946bac

Browse files
[tagpr] update CHANGELOG.md
1 parent 89c24d7 commit 4946bac

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
## [v0.5.4](https://github.com/gcpug/zagane/compare/v0.5.3...v0.5.4) - 2025-06-06
4+
- Update tools version by @artoy in https://github.com/gcpug/zagane/pull/50
5+
- Add workflows (test and tagpr) and dependabot by @tenntenn in https://github.com/gcpug/zagane/pull/54
6+
- Update Go version to 1.23.10 by @tenntenn in https://github.com/gcpug/zagane/pull/53
7+
- Bump golang.org/x/tools from 0.24.0 to 0.34.0 by @dependabot in https://github.com/gcpug/zagane/pull/55
8+
- Remove buildtag in main.go by @tenntenn in https://github.com/gcpug/zagane/pull/60
9+
- Fix version text by @tenntenn in https://github.com/gcpug/zagane/pull/61
10+
- Bump github.com/gostaticanalysis/comment from 1.4.2 to 1.5.0 by @dependabot in https://github.com/gcpug/zagane/pull/57
11+
- Bump github.com/gostaticanalysis/analysisutil from 0.6.2 to 0.7.1 by @dependabot in https://github.com/gcpug/zagane/pull/56
12+
13+
## [v0.5.3](https://github.com/gcpug/zagane/compare/v0.5.2...v0.5.3) - 2021-03-05
14+
- module: upgrade each vendors by @zchee in https://github.com/gcpug/zagane/pull/45
15+
16+
## [v0.5.2](https://github.com/gcpug/zagane/compare/v0.5.1...v0.5.2) - 2020-09-11
17+
- Update analysisutil by @tenntenn in https://github.com/gcpug/zagane/pull/43
18+
- Add test for issue32 by @tenntenn in https://github.com/gcpug/zagane/pull/44
19+
- Release v0.5.2 by @tenntenn in https://github.com/gcpug/zagane/pull/42
20+
21+
## [v0.5.1](https://github.com/gcpug/zagane/compare/v0.5.0...v0.5.1) - 2020-09-10
22+
- Update comment by @tenntenn in https://github.com/gcpug/zagane/pull/39
23+
- Add tests for latest 2 minner version of cloud.google.com/go/spanner by @tenntenn in https://github.com/gcpug/zagane/pull/40
24+
- Release v0.5.1 by @tenntenn in https://github.com/gcpug/zagane/pull/41
25+
26+
## [v0.5.0](https://github.com/gcpug/zagane/compare/v0.4.0...v0.5.0) - 2020-09-07
27+
- add plugin for golangci-lint by @vvakame in https://github.com/gcpug/zagane/pull/38
28+
29+
## [v0.4.0](https://github.com/gcpug/zagane/compare/v0.3.4...v0.4.0) - 2020-06-04
30+
- Add version by @tenntenn in https://github.com/gcpug/zagane/pull/35
31+
- Update Go image of CircleCI to go1.14.4 by @tenntenn in https://github.com/gcpug/zagane/pull/36
32+
33+
## [v0.3.4](https://github.com/gcpug/zagane/compare/v0.3.3...v0.3.4) - 2020-01-30
34+
- Fix ignore comment bug by @tenntenn in https://github.com/gcpug/zagane/pull/31
35+
36+
## [v0.3.3](https://github.com/gcpug/zagane/compare/v0.3.2...v0.3.3) - 2019-12-10
37+
- Remove default case for unexpected types by @tenntenn in https://github.com/gcpug/zagane/pull/28
38+
39+
## [v0.3.2](https://github.com/gcpug/zagane/compare/v0.3.1...v0.3.2) - 2019-03-29
40+
- Fix nil panic by @tenntenn in https://github.com/gcpug/zagane/pull/22
41+
- Fix for closure by @tenntenn in https://github.com/gcpug/zagane/pull/23
42+
- Fix stack overflow by @tenntenn in https://github.com/gcpug/zagane/pull/24
43+
44+
## [v0.3.1](https://github.com/gcpug/zagane/compare/v0.3.0...v0.3.1) - 2019-03-29
45+
- Fix for GRPCStatus by @tenntenn in https://github.com/gcpug/zagane/pull/21
46+
47+
## [v0.3.0](https://github.com/gcpug/zagane/compare/v0.2.0...v0.3.0) - 2019-03-28
48+
- Add wraperr by @tenntenn in https://github.com/gcpug/zagane/pull/19
49+
50+
## [v0.2.0](https://github.com/gcpug/zagane/compare/v0.1.1...v0.2.0) - 2019-03-27
51+
- Add zaganeutil by @tenntenn in https://github.com/gcpug/zagane/pull/14
52+
- Use zaganeutil by @tenntenn in https://github.com/gcpug/zagane/pull/15
53+
- add unclosetx by @tenntenn in https://github.com/gcpug/zagane/pull/16
54+
- Add test by @tenntenn in https://github.com/gcpug/zagane/pull/18
55+
56+
## [v0.1.1](https://github.com/gcpug/zagane/compare/v0.1.0...v0.1.1) - 2019-03-22
57+
- Skip files which don't import spanner by @tenntenn in https://github.com/gcpug/zagane/pull/11
58+
59+
## [v0.1.0](https://github.com/gcpug/zagane/commits/v0.1.0) - 2019-03-21
60+
- Fix issue#1 by @tenntenn in https://github.com/gcpug/zagane/pull/3
61+
- Fix nil check by @tenntenn in https://github.com/gcpug/zagane/pull/4
62+
- Ignore return iterator by @tenntenn in https://github.com/gcpug/zagane/pull/5
63+
- Fix call do by @tenntenn in https://github.com/gcpug/zagane/pull/6
64+
- Fix work with govet in Go1.12 by @tenntenn in https://github.com/gcpug/zagane/pull/8

0 commit comments

Comments
 (0)