diff --git a/CHANGELOG.md b/CHANGELOG.md index 273e1274..94ace63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for nixfmt +## 1.1.0 -- 2025-10-07 + +- Added support for "language annotation" comments (e.g. `/* lang */ ""`), used by things like tree-sitter grammars: +- Fixed a regression causing incorrect path value indentation: + ## 1.0.1 -- 2025-09-16 - Fix bug where `--ir` would overwrite the source file: diff --git a/nixfmt.cabal b/nixfmt.cabal index 19cbe40d..690d6379 100644 --- a/nixfmt.cabal +++ b/nixfmt.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: nixfmt -version: 1.0.1 +version: 1.1.0 synopsis: Official formatter for Nix code description: A formatter for Nix that ensures consistent and clear formatting by forgetting