Skip to content

Commit

Permalink
chore(main): release 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Jun 28, 2024
1 parent d59783c commit 6b79331
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.16.2](https://github.com/varfish-org/hgvs-rs/compare/v0.16.1...v0.16.2) (2024-06-28)


### Bug Fixes

* add biotype vaultRNA_primary_transcript ([#180](https://github.com/varfish-org/hgvs-rs/issues/180)) ([d59783c](https://github.com/varfish-org/hgvs-rs/commit/d59783c51c30feeb36c389b2c8242e79ef9b5ad4))
* add partial field to cdot json representation struct ([#179](https://github.com/varfish-org/hgvs-rs/issues/179)) ([113a06a](https://github.com/varfish-org/hgvs-rs/commit/113a06a4646e6418b739da2423f953eadaac4ccc))
* add Serialize to data::cdot::json representations ([#176](https://github.com/varfish-org/hgvs-rs/issues/176)) ([2de1b8a](https://github.com/varfish-org/hgvs-rs/commit/2de1b8ab03d7671099b04e9bdfe58251f80e94f9))

## [0.16.1](https://github.com/varfish-org/hgvs-rs/compare/v0.16.0...v0.16.1) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hgvs"
version = "0.16.1"
version = "0.16.2"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Port of biocommons/hgvs to Rust"
Expand Down

0 comments on commit 6b79331

Please sign in to comment.