diff --git a/CHANGELOG.md b/CHANGELOG.md index a093e47..85b495e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/version.go b/version/version.go index 2249765..3ae5171 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.14.2" //nostyle:repetition +var Version = "0.15.0" //nostyle:repetition