You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Revision history for nixfmt
2
2
3
+
## 1.1.0 -- 2025-10-07
4
+
5
+
- Added support for "language annotation" comments (e.g. `/* lang */ ""`), used by things like tree-sitter grammars: <https://github.com/NixOS/nixfmt/pull/343>
6
+
- Fixed a regression causing incorrect path value indentation: <https://github.com/NixOS/nixfmt/pull/342>
7
+
3
8
## 1.0.1 -- 2025-09-16
4
9
5
10
- Fix bug where `--ir` would overwrite the source file: <https://github.com/NixOS/nixfmt/pull/322>
0 commit comments