Skip to content

Commit 5eee611

Browse files
committed
Release candidate: bump to 2.11.0.1
1 parent 111f6c7 commit 5eee611

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

ChangeLog.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Changelog
22

3-
## Unreleased changes
4-
5-
Release notes:
3+
## v2.11.0.1 (release candidate)
64

75
**Changes since v2.9.3:**
86

9-
Major changes:
10-
117
Behavior changes:
128

139
* Drop support for `Cabal` versions before 1.22 and, consequently, GHC versions
@@ -61,12 +57,8 @@ Bug fixes:
6157

6258
## v2.9.3
6359

64-
Release notes:
65-
6660
**Changes since v2.9.1:**
6761

68-
Major changes:
69-
7062
Behavior changes:
7163

7264
* In YAML configuration files, the `package-index` key is introduced which takes

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '2.11.0.0'
5+
version: '2.11.0.1'
66
synopsis: The Haskell Tool Stack
77
description: |
88
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.11.0.0
8+
version: 2.11.0.1
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)