Skip to content

Commit

Permalink
Bump version to v0.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Mar 16, 2022
1 parent be4814e commit 1203bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

- 0.14.0.0 (2022-03-16)
* Port to GHC 9.2 AST (by jaspervdj)
* Case insensitive import sort (by vlatkoB)
* Fix issue with dissappearing GADT kind signatures (by Łukasz Gołębiewski)

- 0.13.0.0 (2021-09-15)
* Don't remove ticks on promoted data types (by Jim McStanton)
* Add break_only_where option (by 1Computer1)
Expand Down
2 changes: 1 addition & 1 deletion stylish-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
Version: 0.13.0.0
Version: 0.14.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
Expand Down

0 comments on commit 1203bc5

Please sign in to comment.