Skip to content

Commit

Permalink
Merge pull request #75 from k1LoW/tagpr-from-v0.14.2
Browse files Browse the repository at this point in the history
Release for v0.15.0
  • Loading branch information
k1LoW authored Sep 21, 2023
2 parents afaedc7 + 63ce3bc commit a82cdcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.15.0](https://github.com/k1LoW/gostyle/compare/v0.14.2...v0.15.0) - 2023-09-21
### New Features 🎉
- Add dontpanic analyzer by @k1LoW in https://github.com/k1LoW/gostyle/pull/74

## [v0.14.2](https://github.com/k1LoW/gostyle/compare/v0.14.1...v0.14.2) - 2023-09-20

## [v0.14.1](https://github.com/k1LoW/gostyle/compare/v0.14.0...v0.14.1) - 2023-09-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.14.2" //nostyle:repetition
var Version = "0.15.0" //nostyle:repetition

0 comments on commit a82cdcc

Please sign in to comment.