From fb5fcb33366ecf2818c850451c8f1c878981cd1e Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Tue, 24 Oct 2023 20:52:07 +0200 Subject: [PATCH] Version bump (0.7.3.0) --- CHANGELOG.md | 2 +- ormolu.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589605b..1cafe5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Ormolu 0.7.3.0 * Switched to `ghc-lib-parser-9.8`, with the following new syntactic features: * `ExtendedLiterals`: `123#Int8` is a literal of type `Int8#`. (disabled by diff --git a/ormolu.cabal b/ormolu.cabal index ff5aafd..93a545e 100644 --- a/ormolu.cabal +++ b/ormolu.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ormolu -version: 0.7.2.0 +version: 0.7.3.0 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov