diff --git a/CHANGELOG.md b/CHANGELOG.md index 7483fe6..18ba784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for nix-output-monitor +## 1.1.3.0 -- 2022-03-21 +* Update parser to correctly detect failed builds on nix 2.7 + ## 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 diff --git a/nix-output-monitor.cabal b/nix-output-monitor.cabal index 20793e3..373b812 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.1 +version: 1.1.3.0 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.