From 3cbbc3ab0e85221c76a7d0ee6fd4dfe5f21be2fa Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Sat, 2 Mar 2024 09:57:19 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.0.19=20=E2=86=92=201.0.20=20(#83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ nix-diff.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)