Skip to content

Commit

Permalink
Merge pull request #24 from k1LoW/tagpr-from-v0.5.0
Browse files Browse the repository at this point in the history
Release for v0.6.0
  • Loading branch information
k1LoW authored Sep 12, 2023
2 parents 0be2b08 + b1c8b2b commit 7477956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.6.0](https://github.com/k1LoW/gostyle/compare/v0.5.0...v0.6.0) - 2023-09-12
### Breaking Changes 🛠
- Support config file by @k1LoW in https://github.com/k1LoW/gostyle/pull/23
### New Features 🎉
- Add `init` command to generate .gostyle.yml by @k1LoW in https://github.com/k1LoW/gostyle/pull/25

## [v0.5.0](https://github.com/k1LoW/gostyle/compare/v0.4.0...v0.5.0) - 2023-09-12
### New Features 🎉
- Support exclude words in mixedcaps analyzer by @k1LoW in https://github.com/k1LoW/gostyle/pull/20
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

const Name string = "gostyle"

var Version = "0.5.0"
var Version = "0.6.0"

0 comments on commit 7477956

Please sign in to comment.