Skip to content

Commit b0eb6f5

Browse files
committed
Release 0.2.6
1 parent 984ffbc commit b0eb6f5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ such), check out the
150150
[Clojars](http://clojars.org/clj-http):
151151

152152
```clojure
153-
[clj-http "0.2.5"]
153+
[clj-http "0.2.6"]
154154
```
155155

156156
Previous versions available as
157157

158158
```clojure
159+
[clj-http "0.2.5"]
159160
[clj-http "0.2.4"]
160161
[clj-http "0.2.3"]
161-
[clj-http "0.2.2"]
162162
```
163163

164164
## Design

changelog.org

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
* Changelog
22
List of changes that have gone into each release
3+
** 0.2.6
4+
- don't use :server-port unless required (fixes problem with some
5+
web servers)
6+
- smaller error message on exceptions (thrown object is still the same)
7+
- added the :save-request? option to return the request object in
8+
a :request key in the response map
9+
- multiple headers with the same name are now preserved when they
10+
have differing cases
311
** 0.2.5
412
- multipart form uploads
513
- bump slingshot to 0.9.0
@@ -41,6 +49,7 @@
4149
* Work log
4250
Log of merges/issues/work that's gone in so I know what to put in
4351
the changelog for the next release
52+
** Release 0.2.6
4453
** 2011-12-13
4554
- merged https://github.com/dakrone/clj-http/pull/27 to only
4655
use :server-port for non-standard ports. This was causing

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "0.2.6-SNAPSHOT"
1+
(defproject clj-http "0.2.6"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
44
:dependencies [[org.clojure/clojure "1.3.0"]

0 commit comments

Comments
 (0)