From 41328f0786db62d1cc086c57363973ddaef8beff Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:53:27 +0100 Subject: [PATCH] chore(main): release 0.14.0 (#147) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ca7b5..b20238d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/bihealth/hgvs-rs/compare/v0.13.2...v0.14.0) (2023-11-19) + + +### Features + +* adding support for selenoproteins ([#145](https://github.com/bihealth/hgvs-rs/issues/145)) ([#146](https://github.com/bihealth/hgvs-rs/issues/146)) ([c5e21e2](https://github.com/bihealth/hgvs-rs/commit/c5e21e28aa9de2bd4738e1f52cd96930fb1a3e48)) + ## [0.13.2](https://github.com/bihealth/hgvs-rs/compare/v0.13.1...v0.13.2) (2023-11-08) diff --git a/Cargo.toml b/Cargo.toml index c31e6c0..7200016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.13.2" +version = "0.14.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"