Skip to content

Commit e4f31f4

Browse files
authored
Merge pull request #30 from serokell/release0.2
Update changelog and remove outdated warning
2 parents 97309ba + 92f31a4 commit e4f31f4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77

88
# Revision history for nixfmt
99

10+
## 0.2.0 -- 2019-07-25
11+
12+
* Fixed indentation of binders and some other expressions.
13+
* Use atomic writes to avoid data loss.
14+
* Made idempotent.
15+
* Pinned nixpkgs.
16+
* Simplified some code.
17+
* Many other formatting improvements.
18+
1019
## 0.1.0 -- 2019-05-11
1120

1221
* The first released version of nixfmt. This project aims to provide a

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
- SPDX-License-Identifier: MPL-2.0
55
-->
66

7-
8-
_Warning: This is a work in progress, and we do not recommend using this
9-
tool on important code that was not properly backed-up as the
10-
in place mode can result in data loss._
11-
12-
137
# `nixfmt`
148

159
`nixfmt` is a formatter for Nix code, intended to easily apply a uniform style.

0 commit comments

Comments
 (0)