diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3574a1..f9319b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Ormolu 0.7.5.0 * Switched to `ghc-lib-parser-9.10`, with the following new syntactic features/behaviors: * GHC proposal [#575](https://github.com/ghc-proposals/ghc-proposals/blob/10290a668608d608c3f6c6010be265cf7a02e1fc/proposals/0575-deprecated-instances.rst): deprecated instances. diff --git a/ormolu.cabal b/ormolu.cabal index 6527b506..1a2bb576 100644 --- a/ormolu.cabal +++ b/ormolu.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ormolu -version: 0.7.4.0 +version: 0.7.5.0 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov