From 3c28d03ad60c63c9351089d06fe77c256aa5c4fd Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Tue, 23 Jan 2024 15:32:15 +0100 Subject: [PATCH] bump to 0.1.2 --- CHANGELOG.md | 5 +++++ svync.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19aca4..6062409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/svync.go b/svync.go index 497dd86..b986b70 100644 --- a/svync.go +++ b/svync.go @@ -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",