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