This repository was archived by the owner on Jul 24, 2018. It is now read-only.
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,15 @@ such), check out the
150
150
[ Clojars] ( http://clojars.org/clj-http ) :
151
151
152
152
``` clojure
153
- [clj-http " 0.2.6 " ]
153
+ [clj-http " 0.2.7 " ]
154
154
```
155
155
156
156
Previous versions available as
157
157
158
158
``` clojure
159
+ [clj-http " 0.2.6" ]
159
160
[clj-http " 0.2.5" ]
160
161
[clj-http " 0.2.4" ]
161
- [clj-http " 0.2.3" ]
162
162
```
163
163
164
164
## Design
Original file line number Diff line number Diff line change 1
1
* Changelog
2
2
List of changes that have gone into each release
3
+ ** 0.2.7
4
+ - merged https://github.com/dakrone/clj-http/pull/31 to remove more
5
+ reflection warnings
6
+ - some whitespace changes
7
+ - merged https://github.com/dakrone/clj-http/pull/30 to remove more
8
+ reflection warnings
9
+ - removed swank from dev deps
10
+ - bump 1.4 to alpha3 in multi deps
3
11
** 0.2.6
4
12
- don't use :server-port unless required (fixes problem with some
5
13
web servers)
49
57
* Work log
50
58
Log of merges/issues/work that's gone in so I know what to put in
51
59
the changelog for the next release
60
+ ** Release 0.2.7
52
61
** 2011-12-30
53
62
- merged https://github.com/dakrone/clj-http/pull/31 to remove more
54
63
reflection warnings
Original file line number Diff line number Diff line change 1
- (defproject clj-http " 0.2.7-SNAPSHOT "
1
+ (defproject clj-http " 0.2.7"
2
2
:description " A Clojure HTTP library wrapping the Apache HttpComponents client."
3
3
:repositories {" sona" " http://oss.sonatype.org/content/repositories/snapshots" }
4
4
:dependencies [[org.clojure/clojure " 1.3.0" ]
You can’t perform that action at this time.
0 commit comments