Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#48)
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 Mar 13, 2023
1 parent abd946e commit f326e90
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.3.1](https://github.com/bihealth/hgvs-rs/compare/v0.3.0...v0.3.1) (2023-03-13)


### Bug Fixes

* deriving PartialEq and Eq for enums ([#47](https://github.com/bihealth/hgvs-rs/issues/47)) ([abd946e](https://github.com/bihealth/hgvs-rs/commit/abd946e0b37444222ff4f30da99eb61d67ac1a3d))

## [0.3.0](https://github.com/bihealth/hgvs-rs/compare/v0.2.0...v0.3.0) (2023-03-13)


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

0 comments on commit f326e90

Please sign in to comment.