Skip to content

Commit 6ef7209

Browse files
committed
Release 0.7.5
1 parent f77bc1d commit 6ef7209

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.7.4"]
19+
[clj-http "0.7.5"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.7.4"]
2526
[clj-http "0.7.3"]
2627
[clj-http "0.7.2"]
27-
[clj-http "0.7.1"]
2828
```
2929

3030
## Usage

changelog.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.7.5
4+
- Only redirect if a "location" header is actually, present, avoiding an
5+
NPE in the event it's missing. (fixes #145)
36
** 0.7.4
47
- merged https://github.com/dakrone/clj-http/pull/143 for fixing some
58
weirdness around body streams and inflation
@@ -305,6 +308,7 @@
305308
* Work log
306309
Log of merges/issues/work that's gone in so I know what to put in
307310
the changelog for the next release
311+
** Released 0.7.5
308312
** 2013-07-10
309313
- Only redirect if a "location" header is actually, present, avoiding an
310314
NPE in the event it's missing. (fixes #145)

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.7.5-SNAPSHOT"
1+
(defproject clj-http "0.7.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"

0 commit comments

Comments
 (0)