diff --git a/CHANGELOG.md b/CHANGELOG.md index d5083273d..97ceef46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Ormolu 0.5.1.0 * Imports are now sorted by package qualifier, if one is present. [Issue 905](https://github.com/tweag/ormolu/issues/905). diff --git a/ormolu.cabal b/ormolu.cabal index 20b9629f8..284c87e13 100644 --- a/ormolu.cabal +++ b/ormolu.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ormolu -version: 0.5.0.1 +version: 0.5.1.0 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov