Skip to content

Commit 4bf7c96

Browse files
committed
Bump version to next unstable version and update ChangeLog.md
1 parent 1383713 commit 4bf7c96

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@
44

55
Release notes:
66

7-
**Changes since v2.7.5:**
7+
**Changes since v2.9.1:**
88

99
Major changes:
1010

11+
Behaviour changes:
12+
13+
Other enhancements:
14+
15+
Bug fixes:
16+
17+
## v2.9.1
18+
19+
**Changes since v2.7.5:**
20+
1121
Behavior changes:
1222

1323
* `stack build --coverage` will generate a unified coverage report, even if

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.9.0.0'
2+
version: '2.10.0'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 1 addition & 1 deletion
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.9.0.0
8+
version: 2.10.0
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)