Skip to content

Commit 80c5860

Browse files
committed
Merge branch 'stable'
2 parents 1e750d3 + deb4a99 commit 80c5860

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

ChangeLog.md

+15
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.5:**
9+
10+
Major changes:
11+
12+
Behavior changes:
13+
14+
Other enhancements:
15+
16+
Bug fixes:
17+
18+
419
## v2.7.5
520

621
**Changes since v2.7.3:**

package.yaml

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

stack.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 2.7.5
8+
version: 2.7.6
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)