Skip to content

Commit

Permalink
chore(main): release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed May 8, 2024
1 parent e455168 commit 0ea57ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* use array instead of Vec for Codon representation ([#169](https://github.com/varfish-org/hgvs-rs/issues/169)) ([e455168](https://github.com/varfish-org/hgvs-rs/commit/e455168bf72b36f7e1c662bfa5dc3c10d2e448b0))

## [0.16.0](https://github.com/varfish-org/hgvs-rs/compare/v0.15.0...v0.16.0) (2024-03-05)


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.0"
version = "0.16.1"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Port of biocommons/hgvs to Rust"
Expand Down

0 comments on commit 0ea57ee

Please sign in to comment.