From 9c9d24cacb38cf73c24f66649ce46ab2d4d32bda Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Fri, 29 Sep 2023 23:55:41 +0100 Subject: [PATCH] Final release process (revised) step H --- ChangeLog.md | 14 ++++++++++++++ cabal.config | 2 +- package.yaml | 2 +- stack.cabal | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 808ce8d8ca..dcf0851641 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,19 @@ # Changelog +## Unreleased changes + +Release notes: + +**Changes since v2.13.1:** + +Major changes: + +Behavior changes: + +Other enhancements: + +Bug fixes: + ## v2.13.1 - 2023-09-29 Release notes: diff --git a/cabal.config b/cabal.config index da1cb8641d..01270e6fd5 100644 --- a/cabal.config +++ b/cabal.config @@ -163,7 +163,7 @@ constraints: , socks ==0.6.1 , split ==0.2.3.5 , splitmix ==0.1.0.4 - , stack ==2.13.1 + , stack ==2.13.2 , static-bytes ==0.1.0 , stm ==2.5.1.0 , stm-chans ==3.0.0.9 diff --git a/package.yaml b/package.yaml index ef5a30d6a9..910b8d4ef6 100644 --- a/package.yaml +++ b/package.yaml @@ -2,7 +2,7 @@ spec-version: 0.35.0 name: stack -version: '2.13.1' +version: '2.13.2' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 70f3500db2..ce29980a66 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.13.1 +version: 2.13.2 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.