From 7ac8989dfc5b0276d61746c5570f5e8e14f027ae Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Feb 2023 23:01:08 +0800 Subject: [PATCH] Bump to 0.1.19.2 --- CHANGELOG.md | 6 ++++++ ghcup.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66ca70..18d0d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for ghcup +## 0.1.19.2 -- ????-??-?? + +* Follow-up fix for JFS/ReiserFS and other filesystem that don't support `d_type`, fixes [#787](https://github.com/haskell/ghcup-hs/issues/787) + - the previous release had a bug that invalidated that broke it +* Implement 'latest-prerelease' tag wrt [#788](https://github.com/haskell/ghcup-hs/issues/788) + ## 0.1.19.1 -- 2023-2-19 * Fix GHCup on JFS/ReiserFS and other filesystem that don't support `d_type`, fixes [#766](https://github.com/haskell/ghcup-hs/issues/766) diff --git a/ghcup.cabal b/ghcup.cabal index 2167cfb..b134430 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghcup -version: 0.1.19.1 +version: 0.1.19.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020