diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0104d7e55fc30a46b2c43e0dff1e15d8ab7c3..b55ffacab983bd9cfcc02f12d92ea60a78cb57e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for ghcup +## 0.1.15.2 -- 2021-06-13 + +* Remove legacy handling of cabal binary and be more graceful about binaries not installed by ghcup (e.g. stack) +* Fix GHC compilation from git +* Fix 'ghcup upgrade' on windows +* Allow to skip update checks via `GHCUP_SKIP_UPDATE_CHECK` +* Use libarchive on windows as well, fixing unpack errors wrt [#147](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/147) + ## 0.1.15.1 -- 2021-06-11 * Add Apple Silicon support diff --git a/ghcup.cabal b/ghcup.cabal index 8d3b91d2ebfc8a7378536271509145b0e412656e..907040608405b4a8726250c78e2ec06c4cc5af95 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.15.1 +version: 0.1.15.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020