From df04213b2e1a5034c4214b5bae1e8c6b5c7e83fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 13:13:07 +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 df20acad..3006376c 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.80.0" +var Version = "1.81.0" From 260705681843ffc03a818ac819c85adacafde673 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 13:13:07 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9a0e96..75024642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.81.0](https://github.com/k1LoW/tbls/compare/v1.80.0...v1.81.0) - 2025-01-26 +### Breaking Changes 🛠 +- Fix schema.json for generating JSON Schema of schema.json by @k1LoW in https://github.com/k1LoW/tbls/pull/646 +### New Features 🎉 +- Support external database driver by @k1LoW in https://github.com/k1LoW/tbls/pull/649 +### Fix bug 🐛 +- Fix JSON Schema by @k1LoW in https://github.com/k1LoW/tbls/pull/650 +### Other Changes +- touch up grammar, punctuation, and Markdown by @brandondrew in https://github.com/k1LoW/tbls/pull/644 +- Fix typo by @fkmy in https://github.com/k1LoW/tbls/pull/647 +- Fix linux release by @k1LoW in https://github.com/k1LoW/tbls/pull/648 + ## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2025-01-17 ### New Features 🎉 - Support wildcard in `viewpoints[].tables:` by @k1LoW in https://github.com/k1LoW/tbls/pull/643