Skip to content

Commit 5c774d7

Browse files
committed
Release preparation - Step D
1 parent 3b12fbb commit 5c774d7

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

ChangeLog.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
# Changelog
22

3-
## Unreleased changes
4-
5-
Release notes:
6-
7-
**Changes since v3.5.0.1:**
8-
9-
Major changes:
10-
11-
Behavior changes:
12-
13-
Other enhancements:
14-
15-
* Add the `stack config build-files` command to generate (when applicable) a
16-
Cabal file from a package description in the Hpack format and/or a lock file
17-
for Stack's project-level configuration, without taking any other build steps.
18-
19-
Bug fixes:
20-
21-
## v3.5.0.1 (release candidate) - 2025-03-15
3+
## v3.5.1 - 2025-03-29
224

235
**Changes since v3.3.1:**
246

@@ -47,6 +29,9 @@ Other enhancements:
4729
documentation.
4830
* `stack sdist` and `stack upload` report the version of Cabal (the library)
4931
being used to check packages.
32+
* Add the `stack config build-files` command to generate (when applicable) a
33+
Cabal file from a package description in the Hpack format and/or a lock file
34+
for Stack's project-level configuration, without taking any other build steps.
5035

5136
## v3.3.1 - 2024-12-28
5237

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ constraints:
169169
, socks ==0.6.1
170170
, split ==0.2.5
171171
, splitmix ==0.1.1
172-
, stack ==3.5.0.2
172+
, stack ==3.5.1
173173
, static-bytes ==0.1.1
174174
, stm ==2.5.3.1
175175
, 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: '3.5.0.2'
5+
version: '3.5.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.2
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 3.5.0.2
8+
version: 3.5.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)