Skip to content

Commit a49757a

Browse files
authored
Merge pull request #339 from NixOS/release-1.0.1
Release 1.0.1
2 parents 2caa096 + 35e054c commit a49757a

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.0.1 -- 2025-09-16
4+
5+
- Fix bug where `--ir` would overwrite the source file: <https://github.com/NixOS/nixfmt/pull/322>
6+
- Fix `pre-commit` hook so it works without cabal: <https://github.com/NixOS/nixfmt/pull/311>
7+
38
## 1.0.0 -- 2025-07-09
49

510
The [Nix Formatting Team](https://nixos.org/community/teams/formatting/) is happy to present the first stable release of the official Nix formatter! The basis for this milestone is [RFC 166](https://github.com/NixOS/rfcs/pull/166), which defined the [standard for Nix formatting](https://github.com/NixOS/nixfmt/blob/master/standard.md), established the Nix Formatting team and set the groundwork for nixfmt to become the official formatter.

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.0
3+
version: 1.0.1
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)