From 31a84c3ac6abac02dd0848217880a2b2d45cbb97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jun 2023 00:57:54 +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 df5bae03..eb28d150 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.65.4" +var Version = "1.66.0" From 3a6f3cfabd494c7600012eef25773b6c3ac066c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jun 2023 00:57:54 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d4603f..b35d7ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [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 +- Read from config to generate ER diagram or not by @k1LoW in https://github.com/k1LoW/tbls/pull/485 +- Support filtering by column labels by @k1LoW in https://github.com/k1LoW/tbls/pull/487 +### New Features 🎉 +- Support for making viewpoints by @k1LoW in https://github.com/k1LoW/tbls/pull/486 +### Fix bug 🐛 +- Fix parsing foreign key constraints by @k1LoW in https://github.com/k1LoW/tbls/pull/489 +### Other Changes +- Add pronunciation by @muno92 in https://github.com/k1LoW/tbls/pull/481 +- Bump github.com/snowflakedb/gosnowflake from 1.6.16 to 1.6.19 by @dependabot in https://github.com/k1LoW/tbls/pull/483 +- Add viewpoint validation by @k1LoW in https://github.com/k1LoW/tbls/pull/488 + ## [v1.65.4](https://github.com/k1LoW/tbls/compare/v1.65.3...v1.65.4) - 2023-06-07 - Fix for when Postgres search path is empty by @codetheweb in https://github.com/k1LoW/tbls/pull/479