Skip to content

Commit 29a8c9f

Browse files
committed
Complete release preparation step C
1 parent b7fb5b4 commit 29a8c9f

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

ChangeLog.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,26 @@
44

55
Release notes:
66

7+
**Changes since v2.13.1:**
8+
9+
Major changes:
10+
11+
Behavior changes:
12+
13+
Other enhancements:
14+
15+
Bug fixes:
16+
17+
## v2.13.1
18+
19+
Release notes:
20+
721
* Further to the release notes for Stack 2.3.1, the `-static` suffix has been
822
removed from the statically linked Linux/x86_64 binaries.
923
* The binaries for Linux/Aarch64 are now statically linked.
1024

1125
**Changes since v2.11.1:**
1226

13-
Major changes:
14-
1527
Behavior changes:
1628

1729
* Build artefacts are placed in `.stack-work/dist/<platform>/<GHC_version>`

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ constraints:
163163
, socks ==0.6.1
164164
, split ==0.2.3.5
165165
, splitmix ==0.1.0.4
166-
, stack ==2.12.0
166+
, stack ==2.14.0
167167
, static-bytes ==0.1.0
168168
, stm ==2.5.1.0
169169
, stm-chans ==3.0.0.9

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.13.0'
5+
version: '2.14.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.13.0
8+
version: 2.14.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)