Skip to content

Commit 26d2c98

Browse files
committed
Release 1.0.0
1 parent d79d736 commit 26d2c98

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ or open an issue if you have any problems.
4747
=clj-http= is available as a Maven artifact from [[http://clojars.org/clj-http][Clojars]]:
4848

4949
#+BEGIN_SRC clojure
50-
[clj-http "0.9.2"]
50+
[clj-http "1.0.0"]
5151
#+END_SRC
5252

5353
Previous versions available as
5454

5555
#+BEGIN_SRC clojure
56+
[clj-http "0.9.2"]
5657
[clj-http "0.9.1"]
5758
[clj-http "0.9.0"]
5859
[clj-http "0.7.9"]

changelog.org

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
* Changelog
1111
List of user-visible changes that have gone into each release
12+
** 1.0.0
13+
- merged https://github.com/dakrone/clj-http/pull/215 to add transit support
14+
- drop support for clojure 1.4.0, start testing 1.7.0
15+
- merged https://github.com/dakrone/clj-http/pull/213 to allow passing in an
16+
already existing keystore, not just a path
17+
- merged https://github.com/dakrone/clj-http/pull/211 to detect charset encoding
18+
for url-encode
1219
** 0.9.2
1320
- merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
1421
for keystores
@@ -54,6 +61,7 @@ List of user-visible changes that have gone into each release
5461
and clean up whitespace for new clojure-mode
5562
- Merged https://github.com/dakrone/clj-http/pull/171 to support SOCKS proxies
5663
* Work log
64+
** Released 1.0.0
5765
** 2014-08-11
5866
- merged https://github.com/dakrone/clj-http/pull/215 to add transit support
5967
- drop support for clojure 1.4.0, start testing 1.7.0

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