From 46befc2e536700fee843e216430fa9d023927d6f Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:26:27 +0200 Subject: [PATCH] chore(main): release 0.17.1 (#198) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aff59d..2d25339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/varfish-org/hgvs-rs/compare/v0.17.0...v0.17.1) (2024-07-26) + + +### Bug Fixes + +* add selenoprotein biotype ([#197](https://github.com/varfish-org/hgvs-rs/issues/197)) ([e4a43b6](https://github.com/varfish-org/hgvs-rs/commit/e4a43b6e0027b819b243b2926bbdf026c0c77cd3)) + ## [0.17.0](https://github.com/varfish-org/hgvs-rs/compare/v0.16.3...v0.17.0) (2024-07-25) diff --git a/Cargo.toml b/Cargo.toml index b4c1b0a..9fcb85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.0" +version = "0.17.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"