Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.0.7 #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

var Version = "0.0.6"
var Version = "0.0.7"