Skip to content

Commit

Permalink
Prepare for 0.5.1.0 release
Browse files Browse the repository at this point in the history
Summary:
We need a release for GHC 8.2.1 compatibility:
#70

(Note: this ignores all push blocking failures!)

Reviewed By: simonmar

Differential Revision: D5488485

fbshipit-source-id: 61ae115e7456beb1dd8855d387690e13a1e09bdc
  • Loading branch information
Bartosz Nitka authored and facebook-github-bot committed Jul 25, 2017
1 parent 142f53c commit f1df1cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changes in version 0.5.1.0

* 'pAnd' and 'pOr' were added
* 'asyncFetchAcquireRelease' was added
* 'cacheResultWithShow' was exposed
* GHC 8.2.1 compatibility

# Changes in version 0.5.0.0
* Rename 'Show1' to 'ShowP' ([#62](https://github.com/facebook/Haxl/issues/62))

Expand Down
2 changes: 1 addition & 1 deletion haxl.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haxl
version: 0.5.0.0
version: 0.5.1.0
synopsis: A Haskell library for efficient, concurrent,
and concise data access.
homepage: https://github.com/facebook/Haxl
Expand Down

0 comments on commit f1df1cb

Please sign in to comment.