Skip to content

Commit f182853

Browse files
committed
core v0.2.0.1; client v0.3.0.1
1 parent 3382bea commit f182853

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

ziptastic-client/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.0.1
4+
5+
* Improve documentation for region fields.
6+
* Support GHC 7.8.
7+
38
## 0.3.0.0
49

510
* Detect if a `Manager` supports TLS and switch between HTTP and HTTPS automatically.

ziptastic-client/ziptastic-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-client
2-
version: 0.3.0.0
2+
version: 0.3.0.1
33
synopsis:
44
A type-safe client for the Ziptastic API for doing forward and reverse geocoding.
55
description:
@@ -34,7 +34,7 @@ library
3434
, servant >= 0.9 && <= 0.11
3535
, servant-client >= 0.9 && <= 0.11
3636
, text
37-
, ziptastic-core == 0.2.0.0
37+
, ziptastic-core == 0.2.0.1
3838
default-language: Haskell2010
3939
other-extensions:
4040
DataKinds

ziptastic-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.0.1
4+
5+
* Support GHC 7.8.
6+
37
## 0.2.0.0
48

59
* Don't export scheme and port for base URL since Ziptastic supports both HTTP and HTTPS.

ziptastic-core/ziptastic-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-core
2-
version: 0.2.0.0
2+
version: 0.2.0.1
33
synopsis:
44
Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
55
description:

0 commit comments

Comments
 (0)