diff --git a/ChangeLog.md b/ChangeLog.md index 844b4a9c59..2c3f90e88c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,16 +1,10 @@ # Changelog -## Unreleased changes - -Release notes: +## v2.3.3 **Changes since v2.3.1** -Major changes: - -Behavior changes: - Other enhancements: * Add the `stack-developer-mode` flag @@ -21,7 +15,6 @@ Bug fixes: * Fix the problem of `stack repl foo:test:bar` failing without a project build before that. See [#5213](https://github.com/commercialhaskell/stack/issues/5213) - * Fix `stack sdist` introducing unneded sublibrary syntax when using pvp-bounds. See [#5289](https://github.com/commercialhaskell/stack/issues/5289) diff --git a/package.yaml b/package.yaml index cc63ccf226..9160cbf335 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: stack -version: '2.3.2' +version: '2.3.3' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 074c0bc75c..493670e0b8 100644 --- a/stack.cabal +++ b/stack.cabal @@ -4,10 +4,10 @@ cabal-version: 2.0 -- -- see: https://github.com/sol/hpack -- --- hash: 17dc6f163aaf30f3b8f02ead2ff7a8d02ea19fb10d454c6ce77e01a7efea9754 +-- hash: 4088422ebf565b9347481c01d786688d78b9aadc34246063f6c05ca732b41ff1 name: stack -version: 2.3.2 +version: 2.3.3 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.