Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 12, 2023
1 parent 0d6f241 commit 5b2aa50
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.9.0](https://github.com/bihealth/hgvs-rs/compare/v0.8.2...v0.9.0) (2023-06-12)


### Features

* express existing thread safety (as most things are immutable) ([#115](https://github.com/bihealth/hgvs-rs/issues/115)) ([0d6f241](https://github.com/bihealth/hgvs-rs/commit/0d6f24177cfafa62796e9b5da069f8d1ca807aad))

## [0.8.2](https://github.com/bihealth/hgvs-rs/compare/v0.8.1...v0.8.2) (2023-06-08)


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

0 comments on commit 5b2aa50

Please sign in to comment.