File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 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
150150[ Clojars] ( http://clojars.org/clj-http ) :
151151
152152``` clojure
153- [clj-http " 0.2.6 " ]
153+ [clj-http " 0.2.7 " ]
154154```
155155
156156Previous versions available as
157157
158158``` clojure
159+ [clj-http " 0.2.6" ]
159160[clj-http " 0.2.5" ]
160161[clj-http " 0.2.4" ]
161- [clj-http " 0.2.3" ]
162162```
163163
164164## Design
Original file line number Diff line number Diff line change 11* Changelog
22 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
311** 0.2.6
412 - don't use :server-port unless required (fixes problem with some
513 web servers)
4957* Work log
5058 Log of merges/issues/work that's gone in so I know what to put in
5159 the changelog for the next release
60+ ** Release 0.2.7
5261** 2011-12-30
5362 - merged https://github.com/dakrone/clj-http/pull/31 to remove more
5463 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"
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" ]
You can’t perform that action at this time.
0 commit comments