From ba7d89908c6a9eed6b1e6e794ba6200611b7d9f2 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:55:31 +0100 Subject: [PATCH] chore(main): release 0.17.4 (#216) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea025f..d9db968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.4](https://github.com/varfish-org/hgvs-rs/compare/v0.17.3...v0.17.4) (2024-12-09) + + +### Bug Fixes + +* Sec and Stop coincide in SEPHS2 ([#214](https://github.com/varfish-org/hgvs-rs/issues/214)) ([8ae7e73](https://github.com/varfish-org/hgvs-rs/commit/8ae7e73336a1d8142f316b42209a1461f2608f0a)) + ## [0.17.3](https://github.com/varfish-org/hgvs-rs/compare/v0.17.2...v0.17.3) (2024-10-04) diff --git a/Cargo.toml b/Cargo.toml index 6cf36b6..e1c0251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.3" +version = "0.17.4" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"