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