Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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: <https://github.com/NixOS/nixfmt/pull/343>
- Fixed a regression causing incorrect path value indentation: <https://github.com/NixOS/nixfmt/pull/342>

## 1.0.1 -- 2025-09-16

- Fix bug where `--ir` would overwrite the source file: <https://github.com/NixOS/nixfmt/pull/322>
Expand Down
2 changes: 1 addition & 1 deletion nixfmt.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down