Skip to content

Commit

Permalink
Merge pull request #13 from daku10/tagpr-from-v0.0.3
Browse files Browse the repository at this point in the history
Release for v0.0.4
  • Loading branch information
daku10 committed Apr 15, 2023
2 parents 7c1b28d + fab502e commit dddc1e5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- tagpr
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [v0.0.4](https://github.com/daku10/go-lz-string/compare/v0.0.3...v0.0.4) - 2023-04-15
- Introduce tagpr by @daku10 in https://github.com/daku10/go-lz-string/pull/12
- Fix readme by @daku10 in https://github.com/daku10/go-lz-string/pull/14

## [v0.0.3](https://github.com/daku10/go-lz-string/compare/v0.0.2...v0.0.3) - 2023-04-05
- Bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/1
- fix workflow by @daku10 in https://github.com/daku10/go-lz-string/pull/4
- Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in https://github.com/daku10/go-lz-string/pull/2
- replace testify by @daku10 in https://github.com/daku10/go-lz-string/pull/5
- Fix lint by @daku10 in https://github.com/daku10/go-lz-string/pull/6
- remove ioutil by @daku10 in https://github.com/daku10/go-lz-string/pull/7
- fix workflow by @daku10 in https://github.com/daku10/go-lz-string/pull/9
- fix typo by @daku10 in https://github.com/daku10/go-lz-string/pull/8
- Fuzzing test by @daku10 in https://github.com/daku10/go-lz-string/pull/10

## [v0.0.2](https://github.com/daku10/go-lz-string/compare/v0.0.1...v0.0.2) - 2022-06-19

## [v0.0.1](https://github.com/daku10/go-lz-string/commits/v0.0.1) - 2022-03-29
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.3"
var Version = "0.0.4"

0 comments on commit dddc1e5

Please sign in to comment.