From 7a2dfa0b48bbb48a22174cb4c2281d4000191cb0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Mon, 10 Dec 2018 00:05:55 +0200 Subject: [PATCH] Version bump --- changelog.md | 3 ++- process.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 836e975d..a7a1dfda 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes +## 1.6.5.0 *December 2018* * Bug fix: On Windows ignore ERROR_ACCESS_DENIED for TerminateProcess() if the process did terminate [#110](https://github.com/haskell/process/issues/110) +* Improve documentation of the `NoStream` data constructor ## 1.6.4.0 *July 2018* diff --git a/process.cabal b/process.cabal index 52c12599..bb3373b2 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.4.0 +version: 1.6.5.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab