From 623420cf34c79b231c86ae7d481f0ed95596b450 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:09:50 +0200 Subject: [PATCH] chore(main): release 0.17.3 (#205) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cd3d6..2ea025f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.3](https://github.com/varfish-org/hgvs-rs/compare/v0.17.2...v0.17.3) (2024-10-04) + + +### Bug Fixes + +* Add catch-all tag `Other` to account for future cdot tag changes ([#204](https://github.com/varfish-org/hgvs-rs/issues/204)) ([e02c98c](https://github.com/varfish-org/hgvs-rs/commit/e02c98c56e5d52ff8d834484139fdad9124dd100)) + ## [0.17.2](https://github.com/varfish-org/hgvs-rs/compare/v0.17.1...v0.17.2) (2024-08-06) diff --git a/Cargo.toml b/Cargo.toml index dae1969..e41e5c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.2" +version = "0.17.3" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"