From 6701093c3b0b69ca1b6675c863d88f55c0a0fc2d Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Wed, 11 Aug 2021 16:30:01 +0200 Subject: [PATCH] Bump version to 0.1.16.2 --- CHANGELOG.md | 9 +++++++++ ghcup.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1031171..27bf7c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Revision history for ghcup +## 0.1.16.2 -- 2021-08-12 + +* Add isolated installations wrt [#141](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/141) by Arjun Kathuria +* Implement config cli MVP wrt [#134](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/134) by Oleksii Dorozhkin +* Fix `ghcup compile ghc --flavor` +* Fix minor installation bug causing increased disk space wrt [#139](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/139) +* Improved error handling wrt [#136](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/136) +* Various improvements to metadata download when using `file://` and `--offline` wrt [#137](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/137) + ## 0.1.16.1 -- 2021-07-29 * Add 'nuke' subcommand wrt [#135](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/135), implemented by Arjun Kathuria diff --git a/ghcup.cabal b/ghcup.cabal index c5b9099c..4031d8b9 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.16.1 +version: 0.1.16.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020 -- GitLab