[commit: packages/process] master: 1.3 changelog: unreleased -> August 2015 (c6becbc)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:23:59 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c6becbcddd35df8233a690c853e0c277c9e198cb/process
>---------------------------------------------------------------
commit c6becbcddd35df8233a690c853e0c277c9e198cb
Author: Rémi Vion <vion.remi at gmail.com>
Date: Tue Aug 25 23:58:53 2015 +0200
1.3 changelog: unreleased -> August 2015
>---------------------------------------------------------------
c6becbcddd35df8233a690c853e0c277c9e198cb
changelog.md | 2 +-
process.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 264a405..f4daf20 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
-## 1.3.0.0 (unreleased)
+## 1.3.0.0 *August 2015*
* Add `StdStream(NoStream)` to have standard handles closed. [#13](https://github.com/haskell/process/pull/13)
* Support for Windows `DETACHED_PROCESS` and `setsid` [#32](https://github.com/haskell/process/issues/32)
diff --git a/process.cabal b/process.cabal
index 82b4d1c..6adeb49 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.3.0.0
+version: 1.3.0.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list