From eb6230c1d50088b6b71e59b5ac45ba4665941157 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Dec 2022 12:24:17 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 80bea63de..c207605e6 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.56.9" +var Version = "1.57.0" From 09184d07009dcfc7fe81b8f2f37e58694b107809 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Dec 2022 12:24:18 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a645424ed..fe3b44ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.57.0](https://github.com/k1LoW/tbls/compare/v1.56.9...v1.57.0) - 2022-12-11 +- Fix linter settings by @k1LoW in https://github.com/k1LoW/tbls/pull/394 +- Update pkgs by @k1LoW in https://github.com/k1LoW/tbls/pull/396 +- Use mongo:4.x because MongoDB 5.0+ requires a CPU with AVX support by @k1LoW in https://github.com/k1LoW/tbls/pull/397 +- [BREAKING] Output schema data file by default by @k1LoW in https://github.com/k1LoW/tbls/pull/398 + ## [v1.56.9](https://github.com/k1LoW/tbls/compare/v1.56.8...v1.56.9) - 2022-12-06 - Update sample/mariadb by @k1LoW in https://github.com/k1LoW/tbls/pull/391 - fix: Percentage columns are always output in Excel format by @zonbitamago in https://github.com/k1LoW/tbls/pull/390