diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0bede..4da034b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ 1.0.20 +* [Add `--context` flag](https://github.com/Gabriella439/nix-diff/pull/81) + * This limits the context to the specified number of characters/words/lines * [Bump upper bounds](https://github.com/Gabriella439/nix-diff/pull/79) * Allow `unix-2.8` and few more diff --git a/nix-diff.cabal b/nix-diff.cabal index faeeb47..162f3d7 100644 --- a/nix-diff.cabal +++ b/nix-diff.cabal @@ -1,5 +1,5 @@ name: nix-diff -version: 1.0.19 +version: 1.0.20 synopsis: Explain why two Nix derivations differ description: This package provides a @nix-diff@ executable which explains why two Nix derivations (i.e. @*.drv@ files)