From d79a7803c452b31923b1b1bd95ad8adf8b009777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 14:34:46 +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 5a6e3ad..d27c2f1 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -var Version = "0.0.6" +var Version = "0.0.7" From cce83ba1b9373b05e629ace1f3aa10a492f9dac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 14:34:47 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be73076..3398ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.0.7](https://github.com/daku10/go-lz-string/compare/v0.0.6...v0.0.7) - 2024-07-05 +- Bump actions/cache from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/31 +- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/33 +- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in https://github.com/daku10/go-lz-string/pull/34 +- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in https://github.com/daku10/go-lz-string/pull/35 +- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in https://github.com/daku10/go-lz-string/pull/36 +- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/daku10/go-lz-string/pull/37 + ## [v0.0.6](https://github.com/daku10/go-lz-string/compare/v0.0.5...v0.0.6) - 2024-01-24 - Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in https://github.com/daku10/go-lz-string/pull/18 - Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/20