changelog, stack.yaml update

This commit is contained in:
Chris Allen 2015-07-15 20:47:45 -05:00
parent 9c4c90af6e
commit aab796481a
4 changed files with 17 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: bloodhound
version: 0.6.0.0
version: 0.7.0.0
synopsis: ElasticSearch client library for Haskell
description: ElasticSearch made awesome for Haskell hackers
homepage: https://github.com/bitemyapp/bloodhound
@ -37,7 +37,7 @@ library
mtl >= 1.0 && <2.3,
transformers >= 0.2 && <0.5,
http-types >= 0.8 && <0.9,
vector >= 0.10.9 && <0.11,
vector >= 0.10.9 && <0.12,
uri-bytestring >= 0.1 && <0.2,
exceptions,
data-default-class

View File

@ -1,3 +1,16 @@
0.7.0.0
===================
* Added QueryFilter thanks to Bjørn Nordbø!
* Support for optimistic concurrency control thanks again to @MichaelXavier!
0.6.0.0
===================
* Refactored concrete IO types and unsophisticated connection management into a proper `MonadBH` typeclass. This tremendous work was done by @MichaelXavier!
0.5.0.0
===================

View File

@ -5,4 +5,4 @@ extra-deps:
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
- uri-bytestring-0.1.2
resolver: lts-2.11
resolver: lts-2.18

View File

@ -10,7 +10,7 @@ if [ ! -f "$cabal_file" ]; then
fi
pkg=bloodhound
ver=0.6.0.0
ver=0.7.0.0
if [ -z "$pkg" ]; then
echo "Unable to determine package name"