From 07719a4ae6ff380a40f893cb96accffb7d528284 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 5 May 2017 20:07:40 -0700 Subject: [PATCH] Version 0.4.3 --- ChangeLog.md | 9 +++++++++ package.yaml | 2 +- store-core/ChangeLog.md | 7 ++++++- store-core/package.yaml | 2 +- store-core/store-core.cabal | 2 +- store.cabal | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d94de4b..52c372d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,14 @@ # ChangeLog +## 0.4.3 + +* Less aggressive inlining, resulting in faster compilation / simplifier + not running out of ticks + +## 0.4.2 + +* Fixed testsuite + ## 0.4.1 * Breaking change in the encoding of Map / Set / IntMap / IntSet, diff --git a/package.yaml b/package.yaml index f3722fa..db107bd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: store -version: "0.4.2" +version: "0.4.3" synopsis: Fast binary serialization maintainer: Michael Sloan license: MIT diff --git a/store-core/ChangeLog.md b/store-core/ChangeLog.md index 3c9b675..5bc08c2 100644 --- a/store-core/ChangeLog.md +++ b/store-core/ChangeLog.md @@ -1,6 +1,11 @@ # ChangeLog -## 0.4 (unreleased) +## 0.4.1 + +* Less aggressive inlining, resulting in faster compilation / simplifier + not running out of ticks + +## 0.4 * Changes result of Peek function to be strict. (See [#98](https://github.com/fpco/store/pull/98)) diff --git a/store-core/package.yaml b/store-core/package.yaml index 5e71f07..e4c0102 100644 --- a/store-core/package.yaml +++ b/store-core/package.yaml @@ -1,5 +1,5 @@ name: store-core -version: "0.4" +version: "0.4.1" synopsis: Fast and lightweight binary serialization maintainer: Michael Sloan license: MIT diff --git a/store-core/store-core.cabal b/store-core/store-core.cabal index 9a92680..9f51ca3 100644 --- a/store-core/store-core.cabal +++ b/store-core/store-core.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: store-core -version: 0.4 +version: 0.4.1 synopsis: Fast and lightweight binary serialization category: Serialization, Data homepage: https://github.com/fpco/store#readme diff --git a/store.cabal b/store.cabal index b57533f..be33ca2 100644 --- a/store.cabal +++ b/store.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: store -version: 0.4.2 +version: 0.4.3 synopsis: Fast binary serialization category: Serialization, Data homepage: https://github.com/fpco/store#readme