From fa080ddaae085503815946381f7617866b30ed4c Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Tue, 19 Nov 2019 08:40:50 +0200 Subject: [PATCH] Version bump (fixes #163) --- changelog.md | 2 +- process.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 980dc5a0..7f20f269 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes +## 1.6.7.0 *November 2019* * Fix a race condition on Windows that happens when you use process jobs and one of the child processes terminates but doesn't release its resources immediately. diff --git a/process.cabal b/process.cabal index 60aeb005..0390b3cf 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.6.0 +version: 1.6.7.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab