diff --git a/CHANGES.md b/CHANGES.md index 937a74d..95d42f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v0.2.0 +====== ++ skip non ACGT alts (@migbro #39) ++ grab description from input vcf and propagate to annotated VCFs (@dmiller15, @migbro #34, #35) + v0.1.9 ====== + report missing float as . (thanks @dmiller15 #32) diff --git a/Cargo.toml b/Cargo.toml index 6a5445f..a2975c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echtvar" -version = "0.1.9" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html