Skip to content

Commit

Permalink
chore(main): release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Oct 13, 2023
1 parent 02286fa commit 4bfcf23
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.13.0](https://github.com/bihealth/mehari/compare/v0.12.0...v0.13.0) (2023-10-13)


### Features

* derive Clone and strum::EnumIter on more enums ([#213](https://github.com/bihealth/mehari/issues/213)) ([cc61a66](https://github.com/bihealth/mehari/commit/cc61a66c175a4447c0422b01bbb6c572e1687725))
* proper serde renames for Consequence and PutativeImpact ([#214](https://github.com/bihealth/mehari/issues/214)) ([02286fa](https://github.com/bihealth/mehari/commit/02286fa15be47053d2e80a8f707dbb2361772033))


### Bug Fixes

* documenting "AN" as alleles rather than samples ([#206](https://github.com/bihealth/mehari/issues/206)) ([62ee63b](https://github.com/bihealth/mehari/commit/62ee63b84f9509cfaffad33ec9aa0ee2181681e0))

## [0.12.0](https://github.com/bihealth/mehari/compare/v0.11.0...v0.12.0) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mehari"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Variant effect prediction all in Rust"
Expand Down

0 comments on commit 4bfcf23

Please sign in to comment.