Skip to content

Commit 7022499

Browse files
committed
v2.7.2
1 parent 8afe0c2 commit 7022499

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Report a bug in Stack
55

66
Please follow the steps below for reporting a bug:
77

8-
Make sure that you are using the latest release (currently stack-2.5.1).
8+
Make sure that you are using the latest release (currently stack-2.7.1).
99
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
1010

1111
Please use the following schema for your bug report:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature Request
33
about: Request a feature be added to Stack, or discuss such a feature
44
---
55

6-
Make sure that you are using the latest release (currently stack-2.5.1).
6+
Make sure that you are using the latest release (currently stack-2.7.1).
77
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
88

99
Please state as clearly as possible what feature you are recommending,

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
## Unreleased changes
5+
6+
Release notes:
7+
8+
**Changes since v2.7.1:**
9+
10+
Major changes:
11+
12+
Behavior changes:
13+
14+
Other enhancements:
15+
16+
Bug fixes:
17+
18+
419
## v2.7.1
520

621
**Changes since v2.5.1.1:**

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '2.7.1'
2+
version: '2.7.2'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556
7+
-- hash: 1df43720d8c0492a054378ef3fa4b3d25394a49dd651da5b2a1d845a10e1f345
88

99
name: stack
10-
version: 2.7.1
10+
version: 2.7.2
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)