[commit: packages/process] master, new-flags, new-flags-no-f3df9d6: Major version bump for #13 (bb01985)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:23:33 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,new-flags,new-flags-no-f3df9d6
Link : http://ghc.haskell.org/trac/ghc/changeset/bb01985dc8c787cec5e33664f6254ea03ad3fe28/process
>---------------------------------------------------------------
commit bb01985dc8c787cec5e33664f6254ea03ad3fe28
Author: Michael Snoyman <michael at snoyman.com>
Date: Sun Jun 14 14:57:40 2015 +0300
Major version bump for #13
>---------------------------------------------------------------
bb01985dc8c787cec5e33664f6254ea03ad3fe28
changelog.md | 4 ++++
process.cabal | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 25f19ab..31e3ddf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
+## 1.3.0.0 (unreleased)
+
+* Add StdStream(NoStream) to have standard handles closed. [#13](https://github.com/haskell/process/pull/13)
+
## 1.2.3.0 *March 2015*
* [Meaningful error message when exe not found on close\_fds is
diff --git a/process.cabal b/process.cabal
index 9898648..82b4d1c 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.2.3.0
+version: 1.3.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list