From bc4a00b4a18c74e452563d36378d31dc8fbadf48 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Wed, 17 May 2023 21:59:53 +0200 Subject: [PATCH] Version bump (0.7.0.0) --- CHANGELOG.md | 2 +- ormolu.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6053434..e1380f30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Ormolu 0.7.0.0 * Inference of operator fixity information is now more precise and takes into account the import section of the module being formatted. [Issue diff --git a/ormolu.cabal b/ormolu.cabal index 2ccaf259e..54dddbea8 100644 --- a/ormolu.cabal +++ b/ormolu.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ormolu -version: 0.6.0.1 +version: 0.7.0.0 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov