diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1f3b6a..df8eed87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ## Unreleased +## 0.6.0 + * Fix escaping of interpolations after dollar signs. * Fix nixfmt trying to allocate temp files that aren't used. * Nixfmt now accepts the '-' argument to read from stdin. diff --git a/nixfmt.cabal b/nixfmt.cabal index 6f4b9356..832b28e3 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.5.0 +version: 0.6.0 synopsis: An opinionated formatter for Nix description: A formatter for Nix that ensures consistent and clear formatting by forgetting