We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b4d2e commit 6583cb7Copy full SHA for 6583cb7
CHANGELOG.md
@@ -7,6 +7,11 @@
7
8
# Revision history for nixfmt
9
10
+## 0.4.0 -- 2020-02-10
11
+* Report non-conforming files on the same line to aid line-oriented processing
12
+* Fix help, summary, and version flag contents.
13
+* Fix indentation of leading comments in parens
14
+
15
## 0.3.0 -- 2019-08-29
16
17
* Added check flag for use in CI.
nixfmt.cabal
@@ -6,7 +6,7 @@ cabal-version: 2.0
6
-- 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
0 commit comments