Skip to content

Commit

Permalink
Merge pull request #30 from serokell/release0.2
Browse files Browse the repository at this point in the history
Update changelog and remove outdated warning
  • Loading branch information
yorickvP committed Jul 25, 2019
2 parents 97309ba + 92f31a4 commit e4f31f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

# Revision history for nixfmt

## 0.2.0 -- 2019-07-25

* Fixed indentation of binders and some other expressions.
* Use atomic writes to avoid data loss.
* Made idempotent.
* Pinned nixpkgs.
* Simplified some code.
* Many other formatting improvements.

## 0.1.0 -- 2019-05-11

* The first released version of nixfmt. This project aims to provide a
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
- SPDX-License-Identifier: MPL-2.0
-->


_Warning: This is a work in progress, and we do not recommend using this
tool on important code that was not properly backed-up as the
in place mode can result in data loss._


# `nixfmt`

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

0 comments on commit e4f31f4

Please sign in to comment.