Bump to 0.1.19.2

This commit is contained in:
Julian Ospald 2023-02-21 23:01:08 +08:00
parent cd6666ed30
commit 7ac8989dfc
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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