Skip to content

Commit 94befb8

Browse files
committed
Release 3.0.0
1 parent 5f24e7b commit 94befb8

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.org

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ With Leiningen/Boot:
8787
[clj-http "2.1.0"]
8888
#+END_SRC
8989

90+
If you want to test out the latest version, a 3.0.0 release is also available:
91+
92+
#+BEGIN_SRC clojure
93+
[clj-http "3.0.0"]
94+
#+END_SRC
95+
9096
Previous versions available as:
9197

9298
#+BEGIN_SRC clojure
@@ -98,25 +104,26 @@ Previous versions available as:
98104

99105
clj-http supports clojure 1.6.0 and higher.
100106

101-
* Towards a 3.0.0 release (NEW)
102-
So there is a 2.0 branch which is based on the latest released version of
107+
* Towards a 3.0.0 release
108+
So there is a 2.0 branch which is based on the latest stable version of
103109
clj-http. Master, on the other hand, is a rewrite of the =core.clj= for the new
104110
Apache changes (starting with 4.0 I believe) to use non-deprecated methods.
105111
There are a number of things that need to be accomplished in order for it to be
106-
releasable in a non-snapshot version (3.0.0-SNAPSHOT is already on Clojars)
112+
releasable in a non-snapshot version (3.0.0+ is already on Clojars)
107113

108114
Here are the tests that need to pass:
109115

110116
- [X] =lein test clj-http.test.client-test :all=
111-
- [ ] =lein test clj-http.test.conn-mgr-test :all=
117+
- [X] =lein test clj-http.test.conn-mgr-test :all=
112118
- [X] =lein test clj-http.test.cookies-test :all=
113-
- [ ] =lein test clj-http.test.core-test :all=
119+
- [X] =lein test clj-http.test.core-test :all=
114120
- [X] =lein test clj-http.test.headers-test :all=
115121
- [X] =lein test clj-http.test.links-test :all=
116122
- [X] =lein test clj-http.test.multipart-test :all=
117123
- [X] =lein test clj-http.test.util-test :all=
118124

119-
Any help or PRs is greatly appreciated.
125+
There are still a few tests that are commented out. Any help or PRs is greatly
126+
appreciated.
120127

121128
* Quickstart
122129

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.0.0-SNAPSHOT"
1+
(defproject clj-http "3.0.0"
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)