diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a182bdfc6d..ff6cfddf43 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ about: Report a bug in Stack Please follow the steps below for reporting a bug: -Make sure that you are using the latest release (currently stack-2.7.3). +Make sure that you are using the latest release (currently stack-2.7.5). See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade. Please use the following schema for your bug report: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 19858d6969..d3f4cbb6b6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature Request about: Request a feature be added to Stack, or discuss such a feature --- -Make sure that you are using the latest release (currently stack-2.7.3). +Make sure that you are using the latest release (currently stack-2.7.5). See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade. Please state as clearly as possible what feature you are recommending, diff --git a/ChangeLog.md b/ChangeLog.md index 982ed59217..348e4201a8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,17 +1,14 @@ # Changelog -## Unreleased changes - -Release notes: +## v2.7.5 **Changes since v2.7.3:** -Major changes: - Behavior changes: -* cloning git repositories isn't per sub-directory anymore, see [#5411](https://github.com/commercialhaskell/stack/issues/5411) +* Cloning git repositories isn't per sub-directory anymore, see + [#5411](https://github.com/commercialhaskell/stack/issues/5411) Other enhancements: @@ -28,6 +25,9 @@ Bug fixes: [#5597](https://github.com/commercialhaskell/stack/pull/5597) * Fix failure to find package when a dependency is shared between projects. [#5680](https://github.com/commercialhaskell/stack/issues/5680) +* `stack ghci` now uses package flags in `stack.yaml` + [#5434](https://github.com/commercialhaskell/stack/issues/5434) + ## v2.7.3 @@ -60,8 +60,6 @@ Bug fixes: [GHC issue 20074](https://gitlab.haskell.org/ghc/ghc/-/issues/20074) * Track changes to `setup-config` properly to avoid reconfiguring on every change. See [#5578](https://github.com/commercialhaskell/stack/issues/5578) -* `stack ghci` now uses package flags in `stack.yaml` - [#5434](https://github.com/commercialhaskell/stack/issues/5434) ## v2.7.1 diff --git a/LICENSE b/LICENSE index 39cd207b98..0cd08b7cae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2021, Stack contributors +Copyright (c) 2015-2022, Stack contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/yaml_configuration.md b/doc/yaml_configuration.md index 7c98b1bd82..37185e7c99 100644 --- a/doc/yaml_configuration.md +++ b/doc/yaml_configuration.md @@ -937,7 +937,7 @@ templates: author-name: Your Name author-email: youremail@example.com category: Your Projects Category - copyright: 'Copyright (c) 2021 Your Name' + copyright: 'Copyright (c) 2022 Your Name' github-username: yourusername ``` diff --git a/etc/scripts/LICENSE b/etc/scripts/LICENSE index 917df16c65..805eafc519 100644 --- a/etc/scripts/LICENSE +++ b/etc/scripts/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2021, Stack contributors +Copyright (c) 2015-2022, Stack contributors All rights reserved. diff --git a/mkdocs.yml b/mkdocs.yml index 798c6d989f..e4b85ddcf3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack site_author: Stack contributors repo_url: https://github.com/commercialhaskell/stack/ edit_uri: edit/stable/doc/ -copyright: Copyright (c) 2015-2021, Stack contributors +copyright: Copyright (c) 2015-2022, Stack contributors docs_dir: doc site_dir: _site theme: readthedocs diff --git a/package.yaml b/package.yaml index a70d058dce..7e6ae1a3e3 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: stack -version: '2.7.4' +version: '2.7.5' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 423971375b..c48c706b20 100644 --- a/stack.cabal +++ b/stack.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: stack -version: 2.7.4 +version: 2.7.5 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.