From 3adb13f33fe5440f72a7eb631cc5f8fee31156f0 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Tue, 26 Sep 2023 08:54:25 +0200 Subject: [PATCH] bump --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9a23f19..937a74d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v0.1.9 +====== ++ report missing float as . (thanks @dmiller15 #32) + v0.1.8 ====== + better help message indicating how to output bcf/vcf.gz (thanks @dvg-p4) diff --git a/Cargo.toml b/Cargo.toml index 3c1e5f1..6a5445f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echtvar" -version = "0.1.8" +version = "0.1.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html