From cfaad8540fc3e57b54727e66f0917281f08ded7e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 14:37:33 +0100 Subject: [PATCH] Release 1.1.2.1 --- CHANGELOG.md | 6 +++++- nix-output-monitor.cabal | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c92c88..147607b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for nix-output-monitor +## 1.1.2.1 -- 2022-03-16 +* Move nom-build and zsh completion files from nixpkgs into this repo +* Internal refactoring for streamly >= 0.8 and ghc 9.0 compat + ## 1.1.2.0 -- 2022-03-12 * Fix the bug that the colored errors of newer nix version didn‘t get parsed as errors. @@ -77,4 +81,4 @@ ## 0.1.0.0 -- 2020-10-03 -* First version. Released on an unsuspecting world. \ No newline at end of file +* First version. Released on an unsuspecting world. diff --git a/nix-output-monitor.cabal b/nix-output-monitor.cabal index 5cb0fb0..20793e3 100644 --- a/nix-output-monitor.cabal +++ b/nix-output-monitor.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: nix-output-monitor -version: 1.1.2.0 +version: 1.1.2.1 synopsis: Parses output of nix-build to show additional information description: A tool you can pipe stdout and stderr into to get your terminal output enriched with useful information.