Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Sep 24, 2018
1 parent 975c405 commit 9869adb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- v0.3.1
- **Binary serialization format changed.**
- new command `unikmer stats`: statistics of binary files.
- `unikmer`: adding global option `-i/--infile-list` for reading files listed in file.
- `unikmer diff`: fixed a concurrency bug when no diff found.
- v0.2.1
- `unikmer count`: performance improvement and new option `--canonical` for only keeping canonical Kmers.
- v0.2
Expand Down
2 changes: 1 addition & 1 deletion unikmer/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

// VERSION is the version
var VERSION = "v0.3.0"
var VERSION = "v0.3.1"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 9869adb

Please sign in to comment.