Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Oct 6, 2017
1 parent 3a3776f commit d0d3c69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog #

## Version 1.1.0 ##

Date: unreleased

- Add for reference specs (allows to have dynamic specs where the
length is stored in another spec).


## Version 1.0.1 ##

Date: 2016-11-15
Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= octet - a library for working with byte buffers
funcool.org
1.0.1
1.1.0
:toc: left
:numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/octet "1.0.1"]
[funcool/octet "1.1.0"]
----

And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/octet "1.0.2"
(defproject funcool/octet "1.1.0-SNAPSHOT"
:description "A clojure(script) library for work with binary data."
:url "https://github.com/funcool/octet"
:license {:name "Public Domain"
Expand Down

0 comments on commit d0d3c69

Please sign in to comment.