Skip to content

Commit c7eb848

Browse files
committed
Release Preparation Step D
1 parent 944640f commit c7eb848

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## v3.9.3 - 2026-02-19
44

55
Release notes:
66

7-
**Changes since v3.9.1:**
7+
* This release fixes a potential bug for users of Stack's Docker integration.
88

9-
Behavior changes:
9+
**Changes since v3.9.1:**
1010

1111
Other enhancements:
1212

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ constraints:
176176
, silently ==1.2.5.4
177177
, split ==0.2.5
178178
, splitmix ==0.1.3.1
179-
, stack ==3.9.2.0
179+
, stack ==3.9.3
180180
, static-bytes ==0.1.1
181181
, stm ==2.5.3.1
182182
, stm-chans ==3.0.0.9

doc/configure/global_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ it, it is best omitted from the debug output.
244244

245245
## `--resolver` option
246246

247-
:octicons-thumbsdown-24: UNRELEASED
247+
[:octicons-thumbsdown-24: 3.9.3](https://github.com/commercialhaskell/stack/releases/tag/v3.9.3)
248248

249249
The `--resolver` option (deprecated) and the [`--snapshot`](#-snapshot-option)
250250
option are synonyms.

doc/configure/yaml/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ package databases.
424424

425425
## resolver
426426

427-
:octicons-thumbsdown-24: UNRELEASED
427+
[:octicons-thumbsdown-24: 3.9.3](https://github.com/commercialhaskell/stack/releases/tag/v3.9.3)
428428

429429
`resolver` (deprecated) and [`snapshot`](#snapshot) are synonyms.
430430

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.9.2.0'
5+
version: '3.9.3'
66
synopsis: A program for developing Haskell projects
77
description: |
88
Stack (the Haskell Tool Stack) is a program for developing Haskell projects.

stack.cabal

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)