diff --git a/CHANGELOG b/CHANGELOG index cf9041e4..09fc9019 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ # CHANGELOG -- UNRELEASED +- 0.15.0.0 (2024-04-13) + * #480 Support with GHC 9.10 (By Jan Hrček) + * #482 Add `ConfigSearchStrategy` to allow avoiding `getCurrentDirectory` when loading config (by Jan Hrček) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index eb54596b..83f01f7b 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.4 Name: stylish-haskell -Version: 0.14.6.0 +Version: 0.15.0.0 Synopsis: Haskell code prettifier Homepage: https://github.com/haskell/stylish-haskell License: BSD-3-Clause