From 6583cb7a44a95050c4d7d62314afdc5f45e05795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ppner?= Date: Mon, 10 Feb 2020 14:30:03 +0000 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 5 +++++ nixfmt.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde77a99..71fd4b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ # Revision history for nixfmt +## 0.4.0 -- 2020-02-10 +* Report non-conforming files on the same line to aid line-oriented processing +* Fix help, summary, and version flag contents. +* Fix indentation of leading comments in parens + ## 0.3.0 -- 2019-08-29 * Added check flag for use in CI. diff --git a/nixfmt.cabal b/nixfmt.cabal index 5c9cbe90..4de649b8 100644 --- a/nixfmt.cabal +++ b/nixfmt.cabal @@ -6,7 +6,7 @@ cabal-version: 2.0 -- SPDX-License-Identifier: MPL-2.0 name: nixfmt -version: 0.3.0 +version: 0.4.0 synopsis: An opinionated formatter for Nix description: A formatter for Nix that ensures consistent and clear formatting by forgetting