File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
3
+ ## Version 1.1.2 ##
4
+
5
+ Date: 2018-10-25
6
+
7
+ - Upgrade netty.
8
+ - Fix compatibility issues with clojure 1.10
9
+
10
+
3
11
## Version 1.1.1 ##
4
12
5
13
Date: 2018-04-24
Original file line number Diff line number Diff line change 1
1
= octet - a library for working with byte buffers
2
2
funcool.org
3
- 1.1.1
3
+ 1.1.2
4
4
:toc: left
5
5
:numbered:
6
6
:source-highlighter: pygments
@@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file:
32
32
33
33
[source,clojure]
34
34
----
35
- [funcool/octet "1.1.1 "]
35
+ [funcool/octet "1.1.2 "]
36
36
----
37
37
38
38
And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*.
Original file line number Diff line number Diff line change 1
- (defproject funcool /octet " 1.1.1 "
1
+ (defproject funcool /octet " 1.1.2 "
2
2
:description " A clojure(script) library for work with binary data."
3
3
:url " https://github.com/funcool/octet"
4
4
:license {:name " Public Domain"
You can’t perform that action at this time.
0 commit comments