From f01e258bd4453675959b7631d443ef37f2f4c55e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Dec 2022 08:36:30 +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 11683bd6..80bea63d 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.8" +var Version = "1.56.9" From 8ae37be412f4d0e578235a183e345780094a9a76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Dec 2022 08:36:31 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8ef339..a645424e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [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 +- Change columns key to constants. by @k1LoW in https://github.com/k1LoW/tbls/pull/393 + ## [v1.56.8](https://github.com/k1LoW/tbls/compare/v1.56.7...v1.56.8) - 2022-11-09 - Support PostgreSQL15 by @k1LoW in https://github.com/k1LoW/tbls/pull/385