Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed May 8, 2017
1 parent 998e69c commit 07719a4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: store
version: "0.4.2"
version: "0.4.3"
synopsis: Fast binary serialization
maintainer: Michael Sloan <[email protected]>
license: MIT
Expand Down
7 changes: 6 additions & 1 deletion store-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion store-core/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: store-core
version: "0.4"
version: "0.4.1"
synopsis: Fast and lightweight binary serialization
maintainer: Michael Sloan <[email protected]>
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion store-core/store-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion store.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07719a4

Please sign in to comment.