Skip to content

Commit 793b2d8

Browse files
committed
version -> 0.2.12.0
1 parent 3109782 commit 793b2d8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ChangeLog for typed-process
22

3+
## 0.2.12.0
4+
5+
* Add `getPid`, `exitCodeExceptionWithOutput`,
6+
`exitCodeExceptionNoOutput`,
7+
8+
* Re-export `System.Process.Pid`
9+
10+
* Thanks to Rebecca Turner @9999years
11+
312
## 0.2.11.1
413

514
* No user-visible changes

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: typed-process
2-
version: 0.2.11.1
2+
version: 0.2.12.0
33
synopsis: Run external processes, with strong typing of streams
44
description: Please see the tutorial at <https://github.com/fpco/typed-process#readme>
55
category: System

0 commit comments

Comments
 (0)