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 Jun 10, 2024
1 parent 392990a commit 0778dba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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-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))

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


Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -24,7 +24,7 @@ log = "0.4"
md-5 = "0.10"
nom = "7.1"
postgres = { version = "0.19", features = ["with-chrono-0_4"] }
quick_cache = "0.5"
quick_cache = "0.4"
regex = "1.7"
rustc-hash = "1.1"
seqrepo = { version = "0.10", features = ["cached"] }
Expand Down

0 comments on commit 0778dba

Please sign in to comment.