diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1a3fc8a74839588d68e2fd8bf3f10304c0b62589..99c2dc76406408b4682661805266d64ad02e15f9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for ghcup +## 0.1.17.2 -- 2021-09-30 + +* Honour GHC bootstrap compiler during git clone stages wrt [#250](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/250) +* Speed up `unset` command +* Fix `--overwrite-version` for `ghcup compile ghc` wrt [#253](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/253) +* Apply patches before bootstrap + ## 0.1.17.1 -- 2021-09-26 * Fix `NO_COLOR` diff --git a/ghcup.cabal b/ghcup.cabal index 1f756d33aa83a057727eecb525b13057ca045084..5fa97230b8403c544d4d3445efadee69f405e6e7 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.1 +version: 0.1.17.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020