Skip to content

Commit 81f2023

Browse files
authored
Merge pull request #344 from NixOS/release-1.1.0
2 parents 3dd327e + 5b573af commit 81f2023

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for nixfmt
22

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+
38
## 1.0.1 -- 2025-09-16
49

510
- Fix bug where `--ir` would overwrite the source file: <https://github.com/NixOS/nixfmt/pull/322>

nixfmt.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: nixfmt
3-
version: 1.0.1
3+
version: 1.1.0
44
synopsis: Official formatter for Nix code
55
description:
66
A formatter for Nix that ensures consistent and clear formatting by forgetting

0 commit comments

Comments
 (0)