From f6a4f553846511c826a085e1b13ab5346e078c10 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 11 Apr 2021 18:01:31 +0200 Subject: [PATCH] Release 0.1.14.1 --- CHANGELOG.md | 5 +++++ ghcup.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3915756..97a2272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for ghcup +## 0.1.14.1 -- 2021-04-11 + +* Make internal symlink target parser more lax, fixes [#119](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/119) +* Prepare for hackage release + ## 0.1.14 -- 2021-03-07 * Major bugfix: fix handling of stray versions wrt [#116](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/116) diff --git a/ghcup.cabal b/ghcup.cabal index b809cfa..ac53c8b 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.14 +version: 0.1.14.1 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020