diff --git a/CHANGELOG.md b/CHANGELOG.md index d1bc683..16a3920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for nix-output-monitor +## 1.0.4.0 --2021-12-03 + * Make parsing a bit more flexible for better nix 2.4 compatibility. + ## 1.0.3.3 -- 2021-09-24 * Reduce flickering for some terminal emulators. Thanks @pennae diff --git a/nix-output-monitor.cabal b/nix-output-monitor.cabal index 8f5560f..9db6c9c 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.0.3.3 +version: 1.0.4.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.