From 18bc7ca2d03a3c9b1a8c144b960693d469c33af3 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:07:57 +0100 Subject: [PATCH] chore(main): release 0.18.0 (#224) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79dabfd..b9e3ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/varfish-org/hgvs-rs/compare/v0.17.5...v0.18.0) (2025-02-12) + + +### Features + +* Renormalize during `g_to_n` if `renormalize_g` is set to true ([#223](https://github.com/varfish-org/hgvs-rs/issues/223)) ([305058d](https://github.com/varfish-org/hgvs-rs/commit/305058d7a491cd2e9a2e0fbdcf5edf928216ff0e)) + ## [0.17.5](https://github.com/varfish-org/hgvs-rs/compare/v0.17.4...v0.17.5) (2025-01-07) diff --git a/Cargo.toml b/Cargo.toml index 0c38c4d..04db0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.5" +version = "0.18.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"