[commit: packages/binary] master: Set version to 0.8.5.0. (64fd71c)

git at git.haskell.org git at git.haskell.org
Thu Apr 6 22:29:24 UTC 2017


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/64fd71cf8f093da566ad3865783e60f92dc5d70b

>---------------------------------------------------------------

commit 64fd71cf8f093da566ad3865783e60f92dc5d70b
Author: Lennart Kolmodin <kolmodin at google.com>
Date:   Sun Apr 2 18:21:21 2017 +0200

    Set version to 0.8.5.0.
    
    Same as version 0.9.0.0. There were no new breaking changes, so let's
    go back to major 0.8.


>---------------------------------------------------------------

64fd71cf8f093da566ad3865783e60f92dc5d70b
 binary.cabal | 2 +-
 changelog.md | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/binary.cabal b/binary.cabal
index f181d77..f926e83 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
 name:            binary
-version:         0.9.0.0
+version:         0.8.5.0
 license:         BSD3
 license-file:    LICENSE
 author:          Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index e12f096..98afc48 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,14 @@ binary
 binary-0.9.0.0
 --------------
 
+- `0.8.5.0` was first released as version `0.9.0.0`. It didn't have any
+  breaking changes though, so it was again released as version `0.8.5.0`
+  according to PVP. Next breaking release of `binary` will be version
+  `0.10.0.0`.
+
+binary-0.8.5.0
+--------------
+
 - Add Binary instances for Typeable TypeReps, #131.
 
 binary-0.8.4.1



More information about the ghc-commits mailing list