Releases: k-yomo/fixtory
v2.0.0
What's Changed
- Update Go version to 1.17 by @k-yomo in #18
- Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #19
- Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #21
- Bump actions/checkout from 2 to 3 by @dependabot in #22
- Refactor with Generics by @k-yomo in #20
Full Changelog: v0.1.2...v2.0.0
v0.1.2
Changelog
6eb9bc3 Fix trying to create empty dir when only file name is set for the output
5298481 Format imports
756465b Merge branch 'master' into fix-output-bug
c2e014a Merge pull request #15 from k-yomo/refactor-error-handling
b15066f Merge pull request #17 from k-yomo/fix-output-bug
db53266 Replace xerrors
v0.1.1
Changelog
d575c51 Bump codecov/codecov-action from 2.0.3 to 2.1.0
fdea87d Bump github.com/fatih/color from 1.12.0 to 1.13.0
4377232 Bump golang.org/x/mod from 0.5.0 to 0.5.1
6fd61c8 Fix naming conflict between variable name and package name
eaf741a Merge pull request #11 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.1.0
7c910f0 Merge pull request #12 from k-yomo/dependabot/go_modules/github.com/fatih/color-1.13.0
7b5a28b Merge pull request #13 from k-yomo/dependabot/go_modules/golang.org/x/mod-0.5.1
20e0713 Merge pull request #14 from k-yomo/fix-naming-conflict
v0.1.0
Changelog
2780ce8 Add dependabot
9220a4c Add golangci-lint
192d4db Add lint and matrix-test to CI
e8d1e1a Bump codecov/codecov-action from 1 to 2.0.2
18c05ef Bump codecov/codecov-action from 2.0.2 to 2.0.3
d550521 Fix format
9c28650 Fix import bug happened when the package name is same as th target package
49fb370 Merge pull request #10 from k-yomo/fix-missing-package-name
b103ac9 Merge pull request #2 from k-yomo/fix-ci
f093589 Merge pull request #3 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.0.2
cfbe6c0 Merge pull request #7 from k-yomo/update-versions
efe6206 Merge pull request #8 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.0.3
aab715b Update go and dependent modules