From f292ed587834d3d10d9af7b720218b4dbd28d46e Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 8 Oct 2019 11:45:17 +0200 Subject: Bump version to 0.9.3.0 --- CHANGELOG | 7 +++++++ stack.yaml | 3 +-- stylish-haskell.cabal | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0bf78c4..bf8c876 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # CHANGELOG +- 0.9.3.0 (2019-10-08) + * Bump `optparse-applicative` to 0.15 + * Don't remove page breaks in the trailing whitespace step (by Chris + Perivolaropoulos) + * Add `with_module_name` option to `list_align` for import styling (by + Rupert Horlick) + - 0.9.2.2 (2019-06-12) * Bump `semigroups` to 0.19 * Bump `haskell-src-exts` to 1.21 diff --git a/stack.yaml b/stack.yaml index 04c89b9..1dacceb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,3 @@ -resolver: lts-14.4 - +resolver: lts-14.6 packages: - '.' diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index abc36c1..bd393ae 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,5 +1,5 @@ Name: stylish-haskell -Version: 0.9.2.2 +Version: 0.9.3.0 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3 -- cgit v1.2.3