From c862305966ab6685f42c6c85359df4e687ae6e8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Nov 2023 11:04:04 +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 2282c512..752f8471 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.71.0" +var Version = "1.71.1" From 6f9efb65a9dd9ca9d23a1a002e94b741a1e148a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Nov 2023 11:04:04 +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 9fe5ed0b..ae05fb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.71.1](https://github.com/k1LoW/tbls/compare/v1.71.0...v1.71.1) - 2023-11-07 +### Fix bug 🐛 +- fix #535 by @majimaccho in https://github.com/k1LoW/tbls/pull/536 +- Fix handling cardinality by @k1LoW in https://github.com/k1LoW/tbls/pull/538 + ## [v1.71.0](https://github.com/k1LoW/tbls/compare/v1.70.2...v1.71.0) - 2023-10-27 ### Breaking Changes 🛠 - feat:refer viewpoints from tables by @macoto1995 in https://github.com/k1LoW/tbls/pull/532