Skip to content

Commit

Permalink
Merge pull request #19 from daku10/tagpr-from-v0.0.5
Browse files Browse the repository at this point in the history
Release for v0.0.6
  • Loading branch information
daku10 authored Jan 24, 2024
2 parents 08d6225 + 480ba2b commit 78d9108
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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
- Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in https://github.com/daku10/go-lz-string/pull/21
- use official create-github-app-token by @daku10 in https://github.com/daku10/go-lz-string/pull/22
- remove persist-credentials by @daku10 in https://github.com/daku10/go-lz-string/pull/23
- Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/25
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in https://github.com/daku10/go-lz-string/pull/24
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in https://github.com/daku10/go-lz-string/pull/26
- Bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/daku10/go-lz-string/pull/27
- fix deprecated by @daku10 in https://github.com/daku10/go-lz-string/pull/28
- Fix bug decompression invalid string by @daku10 in https://github.com/daku10/go-lz-string/pull/30

## [v0.0.5](https://github.com/daku10/go-lz-string/compare/v0.0.4...v0.0.5) - 2023-04-16
- add godoc by @daku10 in https://github.com/daku10/go-lz-string/pull/15
- improve performance by @daku10 in https://github.com/daku10/go-lz-string/pull/17
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.5"
var Version = "0.0.6"

0 comments on commit 78d9108

Please sign in to comment.