Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Jan 23, 2024
1 parent 3e0ea1b commit 3c28d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.2 - Adjust
## Fixes
- Fixed a bug where the output VCF has no header when the input VCF has no variants


# 0.1.1 - Transform
## Fixes
- Fixed a bug where the samples were missing from the header
Expand Down
2 changes: 1 addition & 1 deletion svync.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
Name: "svync",
Usage: "A tool to standardize VCF files from structural variant callers",
HideHelpCommand: true,
Version: "0.2.0dev",
Version: "0.1.2",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "nodate",
Expand Down

0 comments on commit 3c28d03

Please sign in to comment.