From 09809e58af7e27932949895b3f1eff40f33bd206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Jun 2023 10:08:21 +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 eb28d150..799fcb22 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.66.0" +var Version = "1.67.0" From a6676ec9b77e3564200e580ebd02e57eac23bff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Jun 2023 10:08:21 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35d7ec5..87a5cb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.67.0](https://github.com/k1LoW/tbls/compare/v1.66.0...v1.67.0) - 2023-06-17 +### New Features 🎉 +- Support grouping tables in viewpoints by @k1LoW in https://github.com/k1LoW/tbls/pull/493 +### Fix bug 🐛 +- Fix schema.Schema.NormalizeTableName by @k1LoW in https://github.com/k1LoW/tbls/pull/490 +### Other Changes +- Use CloneWithoutViewpoints in config.Config.ModifySchema by @k1LoW in https://github.com/k1LoW/tbls/pull/492 +- Use lo by @k1LoW in https://github.com/k1LoW/tbls/pull/494 + ## [v1.66.0](https://github.com/k1LoW/tbls/compare/v1.65.4...v1.66.0) - 2023-06-16 ### Breaking Changes 🛠 - Sort functions when config.Config.Format.Sort = true by @k1LoW in https://github.com/k1LoW/tbls/pull/484