Skip to content

Commit

Permalink
Release preparation, Step D
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 13, 2024
1 parent 253b2f7 commit de2899f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 15 deletions.
6 changes: 1 addition & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Changelog

## Unreleased changes

Release notes:
## v3.3.0.1 (release candidate) - 2024-12-13

**Changes since v3.1.1:**

Major changes:

Behavior changes:

* Stack interprets consecutive line ends in the value of the `user-message`
Expand Down
2 changes: 1 addition & 1 deletion cabal.config
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ constraints:
, socks ==0.6.1
, split ==0.2.5
, splitmix ==0.1.0.5
, stack ==3.2.0
, stack ==3.3.0.1
, static-bytes ==0.1.1
, stm ==2.5.3.1
, stm-chans ==3.0.0.9
Expand Down
4 changes: 2 additions & 2 deletions doc/configure/yaml/non-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ notify the user if a `nix` executable is on the PATH?

## notify-if-no-run-benchmarks

:octicons-tag-24: UNRELEASED
[:octicons-tag-24: 3.3.1](https://github.com/commercialhaskell/stack/releases/tag/v3.3.1)

Default: `true`

Expand All @@ -1120,7 +1120,7 @@ prevented by the `--no-run-benchmarks` flag?

## notify-if-no-run-tests

:octicons-tag-24: UNRELEASED
[:octicons-tag-24: 3.3.1](https://github.com/commercialhaskell/stack/releases/tag/v3.3.1)

Default: `true`

Expand Down
6 changes: 3 additions & 3 deletions doc/configure/yaml/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ installation, and various settings like build flags. It is also called a
resolver since a snapshot states how dependencies are resolved. There are
currently four snapshot types:

* LTS Haskell snapshots, e.g. `snapshot: lts-22.21`
* Stackage Nightly snapshots, e.g. `snapshot: nightly-2024-05-06`
* LTS Haskell snapshots, e.g. `snapshot: lts-23.0`
* Stackage Nightly snapshots, e.g. `snapshot: nightly-2024-12-13`
* No snapshot, just use packages shipped with the compiler. For GHC this looks
like `snapshot: ghc-9.6.5`
like `snapshot: ghc-9.8.4`
* Custom snapshot, via a URL or relative file path. For further information, see
the [snapshot location](../../topics/snapshot_location.md) documentation.

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/building_your_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ With that out of the way, let's dig a little bit more into these snapshots. We
mentioned the LTS snapshots, and you can get information about it at
[https://www.stackage.org/lts](https://www.stackage.org/lts), including:

* The appropriate value (`lts-22.30`, as is currently the latest LTS)
* The appropriate value (`lts-23.0`, as is currently the latest LTS)
* The GHC version used
* A full list of all packages versions available in this snapshot
* The ability to perform a Hoogle search on the packages in this snapshot
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spec-version: 0.35.0

name: stack
version: '3.3.0'
version: '3.3.0.1'
synopsis: The Haskell Tool Stack
description: |
Please see the documentation at <https://docs.haskellstack.org>
Expand Down
2 changes: 1 addition & 1 deletion src/Stack/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ renderStackYaml p ignoredPackages dupPackages =
, "to be used for project dependencies. For example:"
, ""
, "snapshot: lts-23.0"
, "snapshot: nightly-2024-12-09"
, "snapshot: nightly-2024-12-13"
, "snapshot: ghc-9.8.4"
, ""
, "The location of a snapshot can be provided as a file or url. Stack assumes"
Expand Down
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: stack
version: 3.3.0
version: 3.3.0.1
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit de2899f

Please sign in to comment.