From 13ef5d4d9d09b2b1f5fee1961056ed35bd318649 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:36:04 +0200 Subject: [PATCH] chore(main): release 0.17.0 (#196) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b0262..6aff59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/varfish-org/hgvs-rs/compare/v0.16.3...v0.17.0) (2024-07-25) + + +### Features + +* add variant region condition for dups ending in 3' UTR ([#192](https://github.com/varfish-org/hgvs-rs/issues/192)) ([#195](https://github.com/varfish-org/hgvs-rs/issues/195)) ([362909c](https://github.com/varfish-org/hgvs-rs/commit/362909ca0a7887cda6588f7da5671cb01ee4500f)) + ## [0.16.3](https://github.com/varfish-org/hgvs-rs/compare/v0.16.2...v0.16.3) (2024-07-16) diff --git a/Cargo.toml b/Cargo.toml index fef95c1..b4c1b0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.16.3" +version = "0.17.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"