From 0604e554b6863d73d2c46292e20992300cb563e2 Mon Sep 17 00:00:00 2001 From: piegames Date: Wed, 6 Sep 2023 23:10:17 +0200 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 2 ++ nixfmt.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04cd703..d2c3d829 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. * Don't write if files didn't change, fixing treefmt compatibility diff --git a/nixfmt.cabal b/nixfmt.cabal index a0acefa4..d0ec842b 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