Skip to content

Commit dacd3e3

Browse files
committed
0.4.2
1 parent 05d0454 commit dacd3e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.4.2
2+
3+
- type hints for GraalVM ([#2](https://github.com/martinklepsch/clj-http-lite/pull/2))
4+
15
### 0.4.0
26

37
- **Feature:** Java 9/10 Compatibility

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
1111
`clj-http-lite` is available as a Maven artifact from [Clojars](http://clojars.org/clj-http-lite):
1212

1313
```clojure
14-
[org.martinklepsch/clj-http-lite "0.4.1"]
14+
[org.martinklepsch/clj-http-lite "0.4.2"]
1515
```
1616

1717
## Differences from clj-http

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.martinklepsch/clj-http-lite "0.4.1"
1+
(defproject org.martinklepsch/clj-http-lite "0.4.2"
22
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
33
:url "https://github.com/martinklepsch/clj-http-lite/"
44
:warn-on-reflection false

0 commit comments

Comments
 (0)