diff --git a/ChangeLog.md b/ChangeLog.md index f617549d20..8b8ceb5dd3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,37 +1,7 @@ # Changelog -## Unreleased changes - -Release notes: - -**Changes since v2.7.0.3:** - -Major changes: - -Behavior changes: - -Other enhancements: - -Bug fixes: - - -## v2.7.0.3 (release candidate) - -Release notes: - -* Stack's bindists are now built with GHC 8.10.4, and our `stack.yaml` has - moved to lts-17.10. This means Stack can now be built on macOS 11.0 (Big - Sur) without ugly workarounds. GHC 8.8 is now the minimum GHC version - supported for building Stack itself (but this does not effect _users_ of - Stack, which still supports using much older GHC versions). - -**Changes since v2.7.0.1:** - -(no changes) - - -## v2.7.0.1 (release candidate) +## v2.7.1 **Changes since v2.5.1.1:** @@ -49,7 +19,7 @@ Behavior changes: Other enhancements: -* Nix integration now passes `ghcVersion` (in addition to existing `ghc`) to +* Nix integration now passes `ghcVersion` (in addition to existing `ghc`) to `shell-file` as an identifier that can be looked up in a compiler attribute set. * Nix integration now allows Nix integration if the user is ready in nix-shell. diff --git a/package.yaml b/package.yaml index edda1c6b4b..9a2264d39e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: stack -version: '2.7.0.4' +version: '2.7.1' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 5636d8fa3c..62244b1065 100644 --- a/stack.cabal +++ b/stack.cabal @@ -4,10 +4,10 @@ cabal-version: 2.0 -- -- see: https://github.com/sol/hpack -- --- hash: 2c4c92833c035b72375689acdbf0098dd1f6fc0e55c529238e58dbfaa205afdc +-- hash: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556 name: stack -version: 2.7.0.4 +version: 2.7.1 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.