Skip to content

Commit b7fb5b4

Browse files
committed
Complete release preparation Step A
1 parent 3959af8 commit b7fb5b4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Release notes:
77
* Further to the release notes for Stack 2.3.1, the `-static` suffix has been
88
removed from the statically linked Linux/x86_64 binaries.
99
* The binaries for Linux/Aarch64 are now statically linked.
10-
* Dev Containers are now available for this repository. See
11-
[#6228](https://github.com/commercialhaskell/stack/pull/6228).
1210

1311
**Changes since v2.11.1:**
1412

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.12.0'
5+
version: '2.13.0'
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.12.0
8+
version: 2.13.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)