From 2c78c8b7429c505e9c8e523f28e05eaf94b87a1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 05:16:00 +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 2f868c807..c99d27c29 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.60.0" +var Version = "1.61.0" From f1b60e74a3d31e65de72b82cebb9ed49e4507654 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 05:16:01 +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 ce9b3f3d4..305b0ffb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.61.0](https://github.com/k1LoW/tbls/compare/v1.60.0...v1.61.0) - 2023-02-02 +- Added options for curl to skip downloading of tbls if the newest file exists by @usmanovbf in https://github.com/k1LoW/tbls/pull/423 +- Fixed position of a comment in the `use` script by @rsky in https://github.com/k1LoW/tbls/pull/426 +- Add test to run installation scripts ( `use` ) by @k1LoW in https://github.com/k1LoW/tbls/pull/427 +- Bulk get schema info for MySQL by @yasu89 in https://github.com/k1LoW/tbls/pull/428 + ## [v1.60.0](https://github.com/k1LoW/tbls/compare/v1.59.0...v1.60.0) - 2023-01-23 - Fix column name prefix for PlantUML by @k1LoW in https://github.com/k1LoW/tbls/pull/418 - Support `github://` by @k1LoW in https://github.com/k1LoW/tbls/pull/419