Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Mar 29, 2021
1 parent bff1aec commit 148ec47
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

1.2.0 / 2021-03-29
==================

### Formatting Changes

nixpkgs-fmt is now fully idempotent over nixpkgs!

* add format rule for NODE_OR_DEFAULT, adding nixpkgs repo test, and remove walk_non_whitespace function (#235)
* add and fix new test_date to match the new block comment formatting (#233)

### Other

* flake: use `lib` instead of `stdenv.lib` (PR #234)
* refactor block comment formatting
* update vscode's setting.json

1.1.0 / 2021-02-21
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nixpkgs-fmt"
version = "1.1.0"
version = "1.2.0"
authors = [
"Aleksey Kladov <[email protected]>",
"zimbatm <[email protected]>"
Expand Down

0 comments on commit 148ec47

Please sign in to comment.