Skip to content

Commit ad0f7b3

Browse files
committed
Release 0.5.5
Bumps Cheshire dep
1 parent 66e915d commit ad0f7b3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ pull request or open an issue if you have any problems
1414
[Clojars](http://clojars.org/clj-http):
1515

1616
```clojure
17-
[clj-http "0.5.4"]
17+
[clj-http "0.5.5"]
1818
```
1919

2020
Previous versions available as
2121

2222
```clojure
23+
[clj-http "0.5.4"]
2324
[clj-http "0.5.3"]
2425
[clj-http "0.5.2"]
25-
[clj-http "0.5.1"]
2626
```
2727

2828
## Usage

changelog.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.5.5
4+
- bump cheshire to fix json encoding bug
35
** 0.5.4
46
- merged https://github.com/dakrone/clj-http/pull/95 to add support
57
for setting aribtrary client params to the http client
@@ -197,6 +199,10 @@
197199
* Work log
198200
Log of merges/issues/work that's gone in so I know what to put in
199201
the changelog for the next release
202+
** Release 0.5.5
203+
** 2012-09-22
204+
- bump cheshire to fix json bug
205+
** Release 0.5.4
200206
** 2012-09-20
201207
- add a test for :conn-timeout
202208
** 2012-09-19

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "0.5.5-SNAPSHOT"
1+
(defproject clj-http "0.5.5"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:url "https://github.com/dakrone/clj-http/"
44
:license {:name "The MIT License"
@@ -12,7 +12,7 @@
1212
[commons-codec "1.6"]
1313
[commons-io "2.4"]
1414
[slingshot "0.10.3"]
15-
[cheshire "4.0.2"]]
15+
[cheshire "4.0.3"]]
1616
:profiles {:dev {:dependencies [[org.clojure/clojure "1.4.0"]
1717
[ring/ring-jetty-adapter "1.1.0"]
1818
[ring/ring-devel "1.1.0"]]}

0 commit comments

Comments
 (0)