Sourced from github.com/golangci/golangci-lint's releases.
v1.45.2
Changelog
- 8bdc4d3f fix: help command (#2681)
v1.45.1
Changelog
- da0a6b3b build(deps): bump actions/cache from 2.1.7 to 3 (#2674)
- e187dd8a build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.4.0 (#2659)
- ec8d6894 build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#2660)
- 243ec6f0 bump varnamelen to v0.6.1 (#2656)
- 8f7f44d1 depguard: reduce requirements (#2672)
- 7bbbe77e feat: automatic Go version detection (#2669)
- f0554415 fix: disable structcheck with go1.18 (#2666)
- 93feed1d fix: update base images (#2661)
Sourced from github.com/golangci/golangci-lint's changelog.
v1.45.2
- misc:
- fix: help command
v1.45.1
- updated linters:
interfacer: inactivate with go1.18govet: inactivate unsupported analyzers (go1.18)depguard: reduce requirementsstructcheck: inactivate with go1.18varnamelen: bump from v0.6.0 to v0.6.1- misc:
- Automatic Go version detection 🎉 (go1.18)
- docker: update base images (go1.18)
8bdc4d3 fix: help command (#2681)7bbbe77 feat: automatic Go version detection (#2669)da0a6b3 build(deps): bump actions/cache from 2.1.7 to 3 (#2674)8f7f44d depguard: reduce requirements (#2672)f055441 fix: disable structcheck with go1.18 (#2666)cd37b5c docs: fix GitHub Releases Stats badge link. (#2665)93feed1 fix: update base images (#2661)ec8d689 build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#2660)e187dd8 build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.4.0 (#2659)243ec6f bump varnamelen to v0.6.1 (#2656)Sourced from github.com/adlio/schema's releases.
1.3.0
What's Changed
- Initial SQL Server support from
@​pubkraalin adlio/schema#15- Fix tests on M1 Macs by
@​adlioin adlio/schema#16New Contributors
@​pubkraalmade their first contribution in adlio/schema#15Full Changelog: https://github.com/adlio/schema/compare/v1.2.3...v1.3.0
0c0c352 Merge branch 'pubkraal-mssql'cdf157e NOT NULL consistency for applied_at columnf32be87 README updates to caveat the SQL Server supporta48b828 Skip SQL Server tests on ARM3b73718 Merge branch 'mssql' of https://github.com/pubkraal/schema into pubkraal-mssql1aa7823 Merge pull request #16 from adlio/m1-testingbc83524 Fix time zone assertion failing during DSTcfb349d M1 Mac Support for Testingc2400ea feat: add mssql support531e542 README updates.