From b39bbc0625c99c8c02840d8fd3ae45f062c9c78a Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Wed, 28 Jul 2021 10:21:47 +0300 Subject: [PATCH] Version bump --- changelog.md | 4 ++++ process.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6e3f9f0f..e6c08d5b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) +## 1.6.13.2 *July 2021* + +* `posix_spawn`: Don't attempt to `dup2` identical fds [#214](https://github.com/haskell/process/pull/214) + ## 1.6.13.1 *July 2021* * Patches for the previous release diff --git a/process.cabal b/process.cabal index 8b015ee5..db7d27f2 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.13.1 +version: 1.6.13.2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab