From cf15aa478b75963ff3e445031680eeba5b2cc313 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Jun 2024 14:14:08 +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 b1e7ec4f..acf49902 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.75.0" +var Version = "1.76.0" From 589a554885d7a1b5800412d0f1292ab7bc6d6c6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Jun 2024 14:14:08 +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 b8d67dfc..70f8de79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.76.0](https://github.com/k1LoW/tbls/compare/v1.75.0...v1.76.0) - 2024-06-04 +### Breaking Changes 🛠 +- Show table comments for related tables of View (#587) by @majimaccho in https://github.com/k1LoW/tbls/pull/590 +### Other Changes +- chore(deps): bump the dependencies group with 10 updates by @dependabot in https://github.com/k1LoW/tbls/pull/588 + ## [v1.75.0](https://github.com/k1LoW/tbls/compare/v1.74.4...v1.75.0) - 2024-05-16 ### Breaking Changes 🛠 - Embed tzdata by @k1LoW in https://github.com/k1LoW/tbls/pull/585