File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.4.2
2
+
3
+ - type hints for GraalVM ([ #2 ] ( https://github.com/martinklepsch/clj-http-lite/pull/2 ) )
4
+
1
5
### 0.4.0
2
6
3
7
- ** Feature:** Java 9/10 Compatibility
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
11
11
` clj-http-lite ` is available as a Maven artifact from [ Clojars] ( http://clojars.org/clj-http-lite ) :
12
12
13
13
``` clojure
14
- [org.martinklepsch/clj-http-lite " 0.4.1 " ]
14
+ [org.martinklepsch/clj-http-lite " 0.4.2 " ]
15
15
```
16
16
17
17
## Differences from clj-http
Original file line number Diff line number Diff line change 1
- (defproject org.martinklepsch /clj-http-lite " 0.4.1 "
1
+ (defproject org.martinklepsch /clj-http-lite " 0.4.2 "
2
2
:description " A Clojure HTTP library similar to clj-http, but more lightweight."
3
3
:url " https://github.com/martinklepsch/clj-http-lite/"
4
4
:warn-on-reflection false
You can’t perform that action at this time.
0 commit comments