Skip to content

Commit

Permalink
chore(main): release 0.16.1 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Jun 10, 2024
1 parent 34acaf4 commit 20014d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### 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))


### Performance Improvements

* cache mappers, avoid allocations, codons are arrays ([#172](https://github.com/varfish-org/hgvs-rs/issues/172)) ([34acaf4](https://github.com/varfish-org/hgvs-rs/commit/34acaf4e5151de7186ce06ef42850ae6be716e18))

## [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 20014d0

Please sign in to comment.