File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ pull request or open an issue if you have any problems
1616[ Clojars] ( http://clojars.org/clj-http ) :
1717
1818``` clojure
19- [clj-http " 0.5.8 " ]
19+ [clj-http " 0.6.0 " ]
2020```
2121
2222Previous versions available as
2323
2424``` clojure
25+ [clj-http " 0.5.8" ]
2526[clj-http " 0.5.7" ]
2627[clj-http " 0.5.6" ]
27- [clj-http " 0.5.5" ]
2828```
2929
3030## 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.6.0
4+ (bumped to 0.6.0 since Cheshire has changed major versions)
5+ - Update Cheshire to 5.0.1
6+ - Add type hint for getting headers from body (michaelklishin)
37** 0.5.8
48 - add buffering for HttpEntity, with ability to turn off if needed,
59 fixes lein issue with repeatable requests
213217* Work log
214218 Log of merges/issues/work that's gone in so I know what to put in
215219 the changelog for the next release
220+ ** Released 0.6.0
221+ ** 2012-12-04
222+ - Update Cheshire to 5.0.1
216223** 2012-12-03
217224 - Add type hint for getting headers from body (michaelklishin)
218225** 2012-11-19
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.5.9-SNAPSHOT "
1+ (defproject clj-http " 0.6.0 "
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"
You can’t perform that action at this time.
0 commit comments