influxdb 0.3.0 → 0.3.0.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- influxdb.cabal +3/−3
CHANGELOG.md view
@@ -1,4 +1,8 @@-## v0.3.3 - 2014-06-03+## v0.3.0.1++* Allow exceptions-0.6 (@jwlato)++## v0.3.0 - 2014-06-03 * Support for InfluxDB v0.7 * Renamed `username` field for `/cluster_admins` to `user`
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 0.3.0+version: 0.3.0.1 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell@@ -87,7 +87,7 @@ if flag(retry-040) build-depends:- exceptions == 0.5.*+ exceptions >= 0.5 && < 0.7 , retry >= 0.4 else build-depends:@@ -141,5 +141,5 @@ source-repository this type: git- tag: v0.3.0+ tag: v0.3.0.1 location: https://github.com/maoe/influxdb-haskell.git