Skip to content

Commit

Permalink
Release candidate: bump to 2.11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed May 5, 2023
1 parent 111f6c7 commit 5eee611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Changelog

## Unreleased changes

Release notes:
## v2.11.0.1 (release candidate)

**Changes since v2.9.3:**

Major changes:

Behavior changes:

* Drop support for `Cabal` versions before 1.22 and, consequently, GHC versions
Expand Down Expand Up @@ -61,12 +57,8 @@ Bug fixes:

## v2.9.3

Release notes:

**Changes since v2.9.1:**

Major changes:

Behavior changes:

* In YAML configuration files, the `package-index` key is introduced which takes
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: '2.11.0.0'
version: '2.11.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 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: 2.11.0.0
version: 2.11.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 5eee611

Please sign in to comment.