From 9869adbce09aef2b66376ae1ca73c7ae0395857f Mon Sep 17 00:00:00 2001 From: Wei Shen Date: Tue, 25 Sep 2018 00:12:32 +0800 Subject: [PATCH] v0.3.1 --- CHANGES.md | 5 +++++ unikmer/cmd/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 61f87f0..b355f9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/unikmer/cmd/version.go b/unikmer/cmd/version.go index add4b7a..943705e 100644 --- a/unikmer/cmd/version.go +++ b/unikmer/cmd/version.go @@ -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{