Skip to content

Commit f55658a

Browse files
committed
Release preparation - Step D
1 parent 5a79d16 commit f55658a

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

ChangeLog.md

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

3-
## Unreleased changes
4-
5-
Release notes:
3+
## v3.5.0.1 (release candidate) - 2025-03-15
64

75
**Changes since v3.3.1:**
86

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

139
* Stack will also warn (message S-8432) if there is any non-ISO/IEC 8859-1
@@ -34,8 +30,6 @@ Other enhancements:
3430
* `stack sdist` and `stack upload` report the version of Cabal (the library)
3531
being used to check packages.
3632

37-
Bug fixes:
38-
3933
## v3.3.1 - 2024-12-28
4034

4135
**Changes since v3.1.1:**

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.0
172+
, stack ==3.5.0.1
173173
, static-bytes ==0.1.1
174174
, stm ==2.5.3.1
175175
, stm-chans ==3.0.0.9

doc/commands/config_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ the project-level configuration file (`stack.yaml`, by default) is altered. The
8383

8484
## The `stack config set install-msys` command
8585

86-
:octicons-tag-24: UNRELEASED
86+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
8787

8888
~~~text
8989
stack config set install-msys [--global] true|false

doc/configure/global_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ documentation for the corresponding non-project specific configuration
152152

153153
## `--[no-]install-msys` flag
154154

155-
:octicons-tag-24: UNRELEASED
155+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
156156

157157
Restrictions: Windows systems only
158158

doc/configure/yaml/non-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Stack-supplied MSYS2 when necessary.
886886

887887
## install-msys
888888

889-
:octicons-tag-24: UNRELEASED
889+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
890890

891891
Restrictions: Windows systems only
892892

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.0'
5+
version: '3.5.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.2
55
-- see: https://github.com/sol/hpack
66

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