From 5eee6119e10eb1b0ab62cae935c37165505b7d7a Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Fri, 5 May 2023 21:06:47 +0100 Subject: [PATCH] Release candidate: bump to 2.11.0.1 --- ChangeLog.md | 10 +--------- package.yaml | 2 +- stack.cabal | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 57c641cd9a..baaafe6d0a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 @@ -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 diff --git a/package.yaml b/package.yaml index dc9572abaf..85da53225f 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/stack.cabal b/stack.cabal index 0ebf09a303..5379901de8 100644 --- a/stack.cabal +++ b/stack.cabal @@ -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 for usage information.