From 1d1fd70290f073555867636adc391dd3760f9ea1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Apr 2023 09:07:26 +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 a20ce5be..99e046c2 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.0" +var Version = "1.65.1" From 85ea1f5c7bd59662a6b5db9460919d064ee16aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Apr 2023 09:07:27 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b24d3c0b..b015b9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.65.1](https://github.com/k1LoW/tbls/compare/v1.65.0...v1.65.1) - 2023-04-08 +- Fix CI by @k1LoW in https://github.com/k1LoW/tbls/pull/468 + ## [v1.65.0](https://github.com/k1LoW/tbls/compare/v1.64.1...v1.65.0) - 2023-04-08 - Add lint rule `lint.requireTableLabels:` by @k1LoW in https://github.com/k1LoW/tbls/pull/463 - Add a NamingStrategy to map Post.user_id → User.user_id style detected relation by @yu-ichiro in https://github.com/k1LoW/tbls/pull/466