Release 2.1.2
All checks were successful
Nix build / nix-build (default) (push) Successful in 10s
Nix build / nix-flake-check (push) Successful in 15s

This commit is contained in:
maralorn 2024-01-26 00:40:09 +01:00
parent 0e9c33b31c
commit 39f8530ae4
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Revision history for nix-output-monitor
## 2.1.2 -- 2024-01-26
* Compatibility with mtl 2.3
## 2.1.1 -- 2023-11-27
* Maintenance: Only use `-Werror` in CI, not in release

View file

@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "nix-output-monitor";
version = "2.1.1";
version = "2.1.2";
src = ./.;
isLibrary = true;
isExecutable = true;

View file

@ -1,6 +1,6 @@
cabal-version: 2.2
name: nix-output-monitor
version: 2.1.1
version: 2.1.2
synopsis:
Processes output of Nix commands to show helpful and pretty information