File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,13 @@ or open an issue if you have any problems.
4747=clj-http= is available as a Maven artifact from [[http://clojars.org/clj-http][Clojars]]:
4848
4949#+BEGIN_SRC clojure
50- [clj-http "0.9.2 "]
50+ [clj-http "1.0.0 "]
5151#+END_SRC
5252
5353Previous versions available as
5454
5555#+BEGIN_SRC clojure
56+ [clj-http "0.9.2"]
5657[clj-http "0.9.1"]
5758[clj-http "0.9.0"]
5859[clj-http "0.7.9"]
Original file line number Diff line number Diff line change 99
1010* Changelog
1111List of user-visible changes that have gone into each release
12+ ** 1.0.0
13+ - merged https://github.com/dakrone/clj-http/pull/215 to add transit support
14+ - drop support for clojure 1.4.0, start testing 1.7.0
15+ - merged https://github.com/dakrone/clj-http/pull/213 to allow passing in an
16+ already existing keystore, not just a path
17+ - merged https://github.com/dakrone/clj-http/pull/211 to detect charset encoding
18+ for url-encode
1219** 0.9.2
1320- merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
1421 for keystores
@@ -54,6 +61,7 @@ List of user-visible changes that have gone into each release
5461 and clean up whitespace for new clojure-mode
5562- Merged https://github.com/dakrone/clj-http/pull/171 to support SOCKS proxies
5663* Work log
64+ ** Released 1.0.0
5765** 2014-08-11
5866- merged https://github.com/dakrone/clj-http/pull/215 to add transit support
5967- drop support for clojure 1.4.0, start testing 1.7.0
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.9.3-SNAPSHOT "
1+ (defproject clj-http " 1.0.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