Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phaistos committed Jul 5, 2017
1 parent b88aab6 commit 46ce316
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6 "Taris" (2017-07-05)

Features:

- Performance improvement (~10% for reads)
- Issue fixes

## 0.5 "Ord Mantell" (2017-01-19)

Features:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ JAVAC= /usr/bin/javac
JAVADOC= /usr/bin/javadoc
CURDIR= $(shell pwd)
SRC= $(CURDIR)/src
VER= 0.5.0
VER= 0.6.0
DOC= $(CURDIR)/doc/$(VER)
DST= gr/phaistosnetworks/tank
PACKAGE= gr.phaistosnetworks.tank
Expand Down

0 comments on commit 46ce316

Please sign in to comment.