Skip to content

Commit 46abf79

Browse files
committed
Bump version to v0.14.4.0
1 parent 628cf06 commit 46abf79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
- 0.14.4.0 (2023-01-09)
4+
* #421 Support GHC 9.4 (by Lei Zhu)
5+
* #439 Fix NoXyz extension issues for .cabal files (by Lev Dvorkin)
6+
* #424 Deriving alignment for enums (by Lev Dvorkin)
7+
* #416 Support Safe/Trustworthy/Unsafe extensions
8+
39
- 0.14.3.0 (2022-09-28)
410
* Fix parsing of NoXyz extensions
511
* Bump `Cabal` upper bound to 4.0

Diff for: stylish-haskell.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: stylish-haskell
3-
Version: 0.14.3.0
3+
Version: 0.14.4.0
44
Synopsis: Haskell code prettifier
55
Homepage: https://github.com/haskell/stylish-haskell
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)