From 4f189586b9ac5ef6dab00aa0f6468db5cdf9c804 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Oct 2023 02:18:32 +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 6e36f650..b49d8d13 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.69.2" +var Version = "1.70.0" From 230217bd2a43c5aae101fb6c8fc553f78c830ea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Oct 2023 02:18:33 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814ce19b..240941aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v1.70.0](https://github.com/k1LoW/tbls/compare/v1.69.2...v1.70.0) - 2023-10-08 +### New Features 🎉 +- feat:requireViewpoints by @macoto1995 in https://github.com/k1LoW/tbls/pull/517 +- `coverage` command support loading schema.json by @k1LoW in https://github.com/k1LoW/tbls/pull/518 +### Other Changes +- Bump up go and pkg version by @k1LoW in https://github.com/k1LoW/tbls/pull/520 + ## [v1.69.2](https://github.com/k1LoW/tbls/compare/v1.69.1...v1.69.2) - 2023-10-03 ### Other Changes - Fix the command line argument for goreleaser release command by @mmizutani in https://github.com/k1LoW/tbls/pull/514