summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e8b1f18..0d4d986 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
# CHANGELOG
+- 0.7.1.0
+ * Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl)
+
- 0.7.0.0
* If there's parse errors, show these and exit with code 1
* Bump `aeson` to 1.1
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index f10f77b..e8e6bb7 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.7.0.0
+Version: 0.7.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3