diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a3920..736d969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Revision history for nix-output-monitor -## 1.0.4.0 --2021-12-03 +## 1.0.4.1 -- 2022-02-25 + * Rename an internal variable for relude 1.0 compat + +## 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 diff --git a/nix-output-monitor.cabal b/nix-output-monitor.cabal index 9db6c9c..fbca317 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.4.0 +version: 1.0.4.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.