Skip to content

Commit de2a7b6

Browse files
committed
v2.3.1
1 parent 59d143d commit de2a7b6

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

ChangeLog.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# Changelog
22

3-
## Unreleased changes
4-
5-
**Changes since v2.3.0.1**
6-
7-
Release notes:
8-
9-
Major changes:
10-
11-
Behavior changes:
12-
13-
Other enhancements:
14-
15-
Bug fixes:
16-
17-
## v2.3.0.1 (release candidate)
3+
## v2.3.1
184

195
**Changes since v2.1.3.1**
206

217
Release notes:
8+
* We have reduced the number of platforms that we support with binary releases.
9+
The reason behind this is that we've been slowed down in our release process
10+
until now with issues trying to build binaries for less common platforms. In
11+
order to make sure we can address issues more quickly (like supporting new
12+
GHC versions), we're limiting support from the Stack team to:
13+
14+
* Linux 64-bit (static)
15+
* MacOS
16+
* Windows 64-bit
17+
18+
If others want to provide additional binaries, we will definitely be happy
19+
for the support. But since our CI system is currently able to produce these
20+
three bindists only, that's what we will be providing with the next release.
2221

2322
Major changes:
2423
* `setup-info-locations` yaml configuration now allows overwriting the default locations of `stack-setup-2.yaml`.

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.3.0.2'
2+
version: '2.3.1'
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
@@ -7,7 +7,7 @@ cabal-version: 2.0
77
-- hash: 04f6dd3ff3b1b0f7db0a0ad6192866ad73926008fd5df9215d6abae839da8874
88

99
name: stack
10-
version: 2.3.0.2
10+
version: 2.3.1
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)