Skip to content

Commit cfaad85

Browse files
committed
Release 1.1.2.1
1 parent f256dc1 commit cfaad85

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for nix-output-monitor
22

3+
## 1.1.2.1 -- 2022-03-16
4+
* Move nom-build and zsh completion files from nixpkgs into this repo
5+
* Internal refactoring for streamly >= 0.8 and ghc 9.0 compat
6+
37
## 1.1.2.0 -- 2022-03-12
48
* Fix the bug that the colored errors of newer nix version didn‘t get parsed as errors.
59

@@ -77,4 +81,4 @@
7781

7882
## 0.1.0.0 -- 2020-10-03
7983

80-
* First version. Released on an unsuspecting world.
84+
* First version. Released on an unsuspecting world.

nix-output-monitor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: nix-output-monitor
3-
version: 1.1.2.0
3+
version: 1.1.2.1
44
synopsis: Parses output of nix-build to show additional information
55
description:
66
A tool you can pipe stdout and stderr into to get your terminal output enriched with useful information.

0 commit comments

Comments
 (0)