[commit: packages/process] master, wip/issue15: Add `changelog` entry for `IsString` & ver bump (339fb1a)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:15 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,wip/issue15
Link : http://ghc.haskell.org/trac/ghc/changeset/339fb1abd9ef1e70b842614b363aea6fe41af5b7/process
>---------------------------------------------------------------
commit 339fb1abd9ef1e70b842614b363aea6fe41af5b7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Nov 25 10:34:36 2014 +0100
Add `changelog` entry for `IsString` & ver bump
A new instance requires at least a minor version bump, hence
bump from 1.2.0 to 1.2.1
>---------------------------------------------------------------
339fb1abd9ef1e70b842614b363aea6fe41af5b7
changelog.md | 4 +++-
process.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 3f5647e..896d581 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
-## 1.2.0.1 *TBA*
+## 1.2.1.0 *TBA*
* Add support for `base-4.8.0.0`
+ * New `IsString CmdSpec` instance
+
* Expose documentation for `System.Process.Internals`
* With GHC 7.10, `System.Cmd` and `System.Process` are now `Safe`
diff --git a/process.cabal b/process.cabal
index 729faa9..a50146f 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.2.0.1
+version: 1.2.1.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list