Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 11, 2023
1 parent 06c87be commit 524bcc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Changelog

- v0.21.0 - 2023
- `unikmer`:
- do not add the extension `.unik` if the value of flag `-o/--out-prefix` already has one.
- `unikmer locate`:
- fix seq ID error in output.
- deduplicate output.
- v0.20.0 - 2023-09-10
- v0.20.0 - 2023-11-11
- `unikmer`:
- update help messages
- rename subcommand `uniqs` to `map`.
- **rename subcommand `uniqs` to `map`**.
- do not add the extension `.unik` if the value of flag `-o/--out-prefix` already has one.
- `unikmer sort`:
- fix the bug of using both `-d/--repeated` and `-m/--chunk-size`, which seems to existed for 4 years.
- `unikmer merge`:
Expand All @@ -18,6 +13,9 @@
- `-f/--force` also support sorted files.
- `unikmer map`:
- fix a bug of missing some regions.
- `unikmer locate`:
- fix seq ID error in output.
- deduplicate output.
- v0.19.1 - 2022-12-26
- `unikmer`: When environment variable `UNIKMER_DB` is set, explicitly setting `--data-dir` will overide the value of `UNIKMER_DB`.
- `unikmer uniqs`: skip sequences shorter than K.
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 = "0.20.1"
var VERSION = "0.20.0"

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

0 comments on commit 524bcc1

Please sign in to comment.