Commit a88b09b 1 parent d5522d6 commit a88b09b Copy full SHA for a88b09b
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
== Changes
2
2
3
+ === 0.3.4
4
+
5
+ * Fixed type hint bug where `to-output-stream` was mistakenly hinted as an InputStream
6
+
7
+ Contribution by Matthew Davidson.
8
+
3
9
=== 0.3.3
4
10
5
11
* Temporarily removed some type hints that AOT fails on
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ This library is a Rosetta stone for all the byte representations Java has to off
12
12
13
13
Leiningen:
14
14
``` clojure
15
- [org.clj-commons/byte-streams " 0.3.3 " ]
15
+ [org.clj-commons/byte-streams " 0.3.4 " ]
16
16
```
17
17
18
18
deps.edn:
19
19
``` clojure
20
- org.clj-commons/byte-streams {:mvn/version " 0.3.3 " }
20
+ org.clj-commons/byte-streams {:mvn/version " 0.3.4 " }
21
21
```
22
22
23
23
### Converting types
Original file line number Diff line number Diff line change 1
- (defproject org.clj-commons /byte-streams (or (System/getenv " PROJECT_VERSION" ) " 0.3.3 " )
1
+ (defproject org.clj-commons /byte-streams (or (System/getenv " PROJECT_VERSION" ) " 0.3.4 " )
2
2
:description " A simple way to handle the menagerie of Java byte representations."
3
3
:license {:name " MIT License"
4
4
:url " http://opensource.org/licenses/MIT" }
You can’t perform that action at this time.
0 commit comments