File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3+ ## Version 1.1.1 ##
4+
5+ Date: 2018-04-24
6+
7+ - Update netty and fix warnings on jdk9.
8+
9+
310## Version 1.1.0 ##
411
512Date: 2018-01-15
Original file line number Diff line number Diff line change 11= octet - a library for working with byte buffers
22funcool.org
3- 1.1.0
3+ 1.1.1
44:toc: left
55:numbered:
66:source-highlighter: pygments
@@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file:
3232
3333[source,clojure]
3434----
35- [funcool/octet "1.1.0 "]
35+ [funcool/octet "1.1.1 "]
3636----
3737
3838And 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.0 "
1+ (defproject funcool /octet " 1.1.1 "
22 :description " A clojure(script) library for work with binary data."
33 :url " https://github.com/funcool/octet"
44 :license {:name " Public Domain"
You can’t perform that action at this time.
0 commit comments