From 6e1380ef2e74eba5040a4ca0b3d0d35db0e2530e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 29 Jun 2023 18:42:05 +0800 Subject: [PATCH] Bump to 0.1.19.2, add changelog --- CHANGELOG.md | 5 +++++ ghcup.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480f9f2..03899b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for ghcup +## 0.1.19.3 -- 2023-6-29 + +* Implement support for nightlies, wrt [#824](https://github.com/haskell/ghcup-hs/issues/824) +* Fix GC with XDG dirs, fixes [#810](https://github.com/haskell/ghcup-hs/issues/810) + ## 0.1.19.2 -- 2023-2-24 * 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) diff --git a/ghcup.cabal b/ghcup.cabal index 8f99a7e..a85923b 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghcup -version: 0.1.19.2 +version: 0.1.19.3 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020