diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a8db4..3e76204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Ormolu 0.0.5.0 * Grouping of statements in `do`-blocks is now preserved. [Issue 74](https://github.com/tweag/ormolu/issues/74). diff --git a/ormolu.cabal b/ormolu.cabal index bde1cfc..ce2d61e 100644 --- a/ormolu.cabal +++ b/ormolu.cabal @@ -1,5 +1,5 @@ name: ormolu -version: 0.0.4.0 +version: 0.0.5.0 cabal-version: 1.18 tested-with: GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 license: BSD3