[commit: packages/process] master: Version bump for v1.6.1.0 (fixes #99) (423a9ef)
git at git.haskell.org
git at git.haskell.org
Thu Jul 20 18:04:03 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/423a9efa8b1b22304af0acc8b950289026b288eb/process
>---------------------------------------------------------------
commit 423a9efa8b1b22304af0acc8b950289026b288eb
Author: Michael Snoyman <michael at snoyman.com>
Date: Thu Jul 20 18:56:17 2017 +0300
Version bump for v1.6.1.0 (fixes #99)
>---------------------------------------------------------------
423a9efa8b1b22304af0acc8b950289026b288eb
changelog.md | 2 +-
process.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 537a744..9e94142 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.1.1 *July 2017*
* Expose `CGid`, `GroupID`, and `UserID` from `System.Process.Internals`
[#90](https://github.com/haskell/process/issues/90)
diff --git a/process.cabal b/process.cabal
index 98516f6..1415c2f 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.6.0.0
+version: 1.6.1.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list