From 12d2acd7fd3eab9dd72f70eea30b357ba7264931 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 6 Feb 2022 20:51:36 +0100 Subject: [PATCH] Bump version to 0.1.17.5 --- CHANGELOG.md | 12 ++++++++++++ ghcup.cabal | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578da09..e2a4942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Revision history for ghcup +## 0.1.17.5 -- ????-??-?? + +* Support installation of dynamic HLS bindists wrt [HLS #2675](https://github.com/haskell/haskell-language-server/pull/2675) and [#237](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/237) +* Fix XDG support when `~/.local/bin` is a symlink wrt [#311](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/311) +* Add support for quilt-style patches wrt [#230](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/230), by James Hobson +* Fix redundant upgrade warnings in `ghcup upgrade` +* Fix `ghcup whereis ghc` for non-standard versions wrt [#289](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/289) +* Don't print logs to stdout, but stderr +* Allow unpacking legacy lzma archives wrt [#307](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/307) +* Allow to disable self-upgrade functionality wrt [#305](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/305) +* Fix `ghcup install ghc --set` when ghc is already installed wrt [#291](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/291) + ## 0.1.17.4 -- 2021-11-13 * add `--metadata-caching` option, allowing to also disable yaml metadata caching wrt [#278](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/278) diff --git a/ghcup.cabal b/ghcup.cabal index 85501f9..18c9b8b 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.4 +version: 0.1.17.5 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020