Skip to content

Commit 9b8ccfa

Browse files
authored
chore(main): release 0.18.2 (#232)
1 parent 9d80c7e commit 9b8ccfa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.18.2](https://github.com/varfish-org/hgvs-rs/compare/v0.18.1...v0.18.2) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* incorporate biocommons PR 765: fix exception in g_to_c mapping ([#231](https://github.com/varfish-org/hgvs-rs/issues/231)) ([f658e9b](https://github.com/varfish-org/hgvs-rs/commit/f658e9b87e8981cbd3788c9d1cd7b9dc2a1215d2))
9+
* miscellaneous out of range fixes ([#234](https://github.com/varfish-org/hgvs-rs/issues/234)) ([9d80c7e](https://github.com/varfish-org/hgvs-rs/commit/9d80c7e3bf88ae86029a6ea22ab7df7f1ad025aa))
10+
311
## [0.18.1](https://github.com/varfish-org/hgvs-rs/compare/v0.18.0...v0.18.1) (2025-02-25)
412

513

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hgvs"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
edition = "2021"
55
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
66
description = "Port of biocommons/hgvs to Rust"

0 commit comments

Comments
 (0)