Skip to content

Commit 4a13013

Browse files
committed
Release 0.6.5
1 parent 426049c commit 4a13013

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.org

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.6.5
4+
- allow json coercion for exception cases based on :coerce setting,
5+
can be either :always, :exceptional or :unexceptional
6+
- Update clojure to 1.5
7+
- Move SingleClientConnManager shutdown into finally block
8+
- bind *read-eval* to false when reading for {:as :clojure}
9+
- bump cheshire to 5.0.2
310
** 0.6.4
411
- merged https://github.com/dakrone/clj-http/pull/113 to update
512
the connection pooling code
@@ -250,6 +257,7 @@
250257
** 2013-03-06
251258
- allow json coercion for exception cases based on :coerce setting,
252259
can be either :always, :exceptional or :unexceptional
260+
- bump cheshire to 5.0.2
253261
** 2013-03-01
254262
- Update clojure to 1.5
255263
- Move SingleClientConnManager shutdown into finally block

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.6.5-SNAPSHOT"
1+
(defproject clj-http "0.6.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"
@@ -13,7 +13,7 @@
1313
[commons-codec "1.6"]
1414
[commons-io "2.4"]
1515
[slingshot "0.10.3"]
16-
[cheshire "5.0.1"]
16+
[cheshire "5.0.2"]
1717
[crouton "0.1.1"]]
1818
:profiles {:dev {:dependencies [[org.clojure/clojure "1.5.0"]
1919
[ring/ring-jetty-adapter "1.1.0"]

0 commit comments

Comments
 (0)