Skip to content

Commit 4aa956e

Browse files
yorickvPLucus16
authored andcommitted
Update changelog, bump version to 0.5.0
1 parent a0a0b89 commit 4aa956e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
# Revision history for nixfmt
99

10+
## 0.5.0 -- 2022-03-15
11+
* Add a nix flake to the nixfmt project.
12+
* Add a --verify flag to check idempotency.
13+
* Support nix path (`./${foo}.nix`) interpolations.
14+
* Fix escaping of interpolations after single quotes.
15+
* Fix handling of multiline strings with spaces in the last line.
16+
1017
## 0.4.0 -- 2020-02-10
1118
* Report non-conforming files on the same line to aid line-oriented processing
1219
* Fix help, summary, and version flag contents.

nixfmt.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cabal-version: 2.0
22

3-
-- © 2019 Serokell <hi@serokell.io>
4-
-- © 2019 Lars Jellema <lars.jellema@gmail.com>
3+
-- © 2022 Serokell <hi@serokell.io>
4+
-- © 2022 Lars Jellema <lars.jellema@gmail.com>
55
--
66
-- SPDX-License-Identifier: MPL-2.0
77

88
name: nixfmt
9-
version: 0.4.0
9+
version: 0.5.0
1010
synopsis: An opinionated formatter for Nix
1111
description:
1212
A formatter for Nix that ensures consistent and clear formatting by forgetting
@@ -17,7 +17,7 @@ license: MPL-2.0
1717
license-file: LICENSE
1818
author: Lars Jellema
1919
maintainer: lars.jellema@gmail.com
20-
copyright: 2019 Serokell, 2019 Lars Jellema
20+
copyright: 2022 Serokell, 2022 Lars Jellema
2121
category: Development
2222
build-type: Simple
2323
extra-source-files: README.md, CHANGELOG.md

0 commit comments

Comments
 (0)