[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Belated bump to 1.2.2.0 (406b933)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:47 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branches: improve-tests,improve-tests-for-real,master,tmp
Link : http://ghc.haskell.org/trac/ghc/changeset/406b93306ce464b67d7b3aca86673964d49bd4ce/directory
>---------------------------------------------------------------
commit 406b93306ce464b67d7b3aca86673964d49bd4ce
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jan 15 14:02:43 2015 +0100
Belated bump to 1.2.2.0
Version 1.2.1.1 was never officially released, and it's better to use a
minor version bump for the `getModificationTime` change, so client-code
has a chance of detecting this (minor) semantic change via
`MIN_VERSION_directory()`.
>---------------------------------------------------------------
406b93306ce464b67d7b3aca86673964d49bd4ce
changelog.md | 2 +-
directory.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index c7213cd..6891d2f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
-## 1.2.1.1 *Dec 2014*
+## 1.2.2.0 *Jan 2014*
* Bundled with GHC 7.10.1
diff --git a/directory.cabal b/directory.cabal
index 5736d90..69266c6 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.2.1.1
+version: 1.2.2.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list