From 511fad835a9c5ecaa13032d21cd447b02c01ec24 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:32:28 +0200 Subject: [PATCH] chore(main): release 0.17.2 (#202) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d25339..e1cd3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.2](https://github.com/varfish-org/hgvs-rs/compare/v0.17.1...v0.17.2) (2024-08-06) + + +### Bug Fixes + +* add support for tag 'GENCODE Primary' in cdot json ([#201](https://github.com/varfish-org/hgvs-rs/issues/201)) ([0b37341](https://github.com/varfish-org/hgvs-rs/commit/0b37341359ca1f616cda86a8b0dd928dc3144f2f)) + ## [0.17.1](https://github.com/varfish-org/hgvs-rs/compare/v0.17.0...v0.17.1) (2024-07-26) diff --git a/Cargo.toml b/Cargo.toml index 8997ebd..f4c3b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.1" +version = "0.17.2" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"