Releases: Valentin-Kaiser/go-dbase
v1.12.3
What's Changed
- Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #138
- Bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #137
- Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #140
- Bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #139
- Bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #142
- Bump golang.org/x/text from 0.19.0 to 0.20.0 by @dependabot in #141
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Added new CollapseSpaces option by @Valentin-Kaiser in #133
- Bump super-linter/super-linter from 6 to 7 by @dependabot in #134
- Added encoding support for code page 936 by @Valentin-Kaiser in #136
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #121
- Improved findFile function and codeql action by @Valentin-Kaiser in #122
- Bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #124
- Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #123
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #125
- Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #126
- Bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #127
- Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #129
- Bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot in #130
- Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #131
- Bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #132
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Improved dependabot configuration by @Valentin-Kaiser in #107
- Bump super-linter/super-linter from 5 to 6 by @dependabot in #108
- Bump actions/checkout from 1 to 4 by @dependabot in #109
- Bump actions/setup-go from 3 to 5 by @dependabot in #110
- Bump github/codeql-action from 2 to 3 by @dependabot in #111
- Bump actions/stale from 5 to 9 by @dependabot in #112
- Improved error handling and tracing by @Valentin-Kaiser in #113
- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #115
- Fixed linter workflow by @Valentin-Kaiser in #116
- Bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #117
- Retracted version v0.0.0-20220622120602-842944cf2977 by @Valentin-Kaiser in #118
- Fixed retracting in submodule by @Valentin-Kaiser in #119
- Deleted submodule go.mod by @Valentin-Kaiser in #120
Full Changelog: v1.11.10...v1.12.0
dbase/v1.12.0
What's Changed
- Improved dependabot configuration by @Valentin-Kaiser in #107
- Bump super-linter/super-linter from 5 to 6 by @dependabot in #108
- Bump actions/checkout from 1 to 4 by @dependabot in #109
- Bump actions/setup-go from 3 to 5 by @dependabot in #110
- Bump github/codeql-action from 2 to 3 by @dependabot in #111
- Bump actions/stale from 5 to 9 by @dependabot in #112
- Improved error handling and tracing by @Valentin-Kaiser in #113
- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #115
- Fixed linter workflow by @Valentin-Kaiser in #116
- Bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #117
- Retracted version v0.0.0-20220622120602-842944cf2977 by @Valentin-Kaiser in #118
- Fixed retracting in submodule by @Valentin-Kaiser in #119
- Deleted submodule go.mod by @Valentin-Kaiser in #120
Full Changelog: v1.11.10...dbase/v1.12.0
dbase/v1.11.11
What's Changed
- Fixed github.com/Valentin-Kaiser/go-dbase/dbase submodule versioning
If a module is defined in a subdirectory within the repository, that is, the module subdirectory portion of the module path is not empty, then each tag name must be prefixed with the module subdirectory, followed by a slash. For example, the module golang.org/x/tools/gopls is defined in the gopls subdirectory of the repository with root path golang.org/x/tools. The version v0.4.0 of that module must have the tag named gopls/v0.4.0 in that repository.
- Improved dependabot configuration by @Valentin-Kaiser in #107
- Bump super-linter/super-linter from 5 to 6 by @dependabot in #108
- Bump actions/checkout from 1 to 4 by @dependabot in #109
- Bump actions/setup-go from 3 to 5 by @dependabot in #110
- Bump github/codeql-action from 2 to 3 by @dependabot in #111
- Bump actions/stale from 5 to 9 by @dependabot in #112
- Improved error handling and tracing by @Valentin-Kaiser in #113
- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #115
- Fixed linter workflow by @Valentin-Kaiser in #116
- Bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #117
Full Changelog: v1.11.10...dbase/v1.11.11
v1.11.10
What's Changed
- Bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #101
- Bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #102
- Bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #104
- Replaced fmt methods with faster alternatives by @Valentin-Kaiser in #105
- Fixed Julian date conversion rounding behavior by @Valentin-Kaiser in #106
Full Changelog: v1.11.9...v1.11.10
v1.11.9
What's Changed
- Bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #99
- Bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #100
Full Changelog: v1.11.8...v1.11.9
v1.11.8
What's Changed
- Bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #97
- Decreased complexity of openTable in io_unix by @Valentin-Kaiser in #98
Full Changelog: v1.11.7...v1.11.8
v1.11.7
What's Changed
- Fixed go mod toolchain not available for dependabot by @Valentin-Kaiser in #94
- Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #96
- Bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #95
Full Changelog: v1.11.6...v1.11.7