From 70a451b63ea78ab3a3781ee22f617819a9b5cdde Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 17 Mar 2022 23:03:27 +0100 Subject: [PATCH] Prepare 0.1.17.6 --- CHANGELOG.md | 5 +++++ ghcup.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f2855..66e2f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ * Vastly improve shell completions wrt [#242](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/242) * Fix 'ghcup install cabal/hls/stack --set' wrt [#324](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/324) * Fix bad error message wrt [#323](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/323) +* Use predictable /tmp names for `ghcup run`, fixes [#329](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/329) +* Fix bug with isolated installation of not previously installed versions +* Add `--no-set` to install commands, fixes [#330](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/330) +* Fix serious bug in `ghcup list --raw-format -t -c installed` +* Overhaul metadata merging and add `ghcup config add-release-channel URI` wrt [#328](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/328) ## 0.1.17.5 -- 2022-02-26 diff --git a/ghcup.cabal b/ghcup.cabal index d6a94ad..3926e95 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.5 +version: 0.1.17.6 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020