Skip to content

Commit 3458be1

Browse files
[tagpr] update CHANGELOG.md
1 parent 937064c commit 3458be1

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)