diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1a3fc8a..99c2dc7 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 1f756d3..5fa9723 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