File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
2020Previous 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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"
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" ]]}
You can’t perform that action at this time.
0 commit comments