Skip to content

Commit

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

## [0.8.0](https://github.com/bihealth/mehari/compare/v0.7.0...v0.8.0) (2023-10-02)


### Features

* adding REST endpoint for SV annotation ([#188](https://github.com/bihealth/mehari/issues/188)) ([9e14c09](https://github.com/bihealth/mehari/commit/9e14c092c07017a83201a1bfc566ef3b203e15a8))
* snake_case in REST APIs and rename /tx/csq to /seqvars/csq ([#150](https://github.com/bihealth/mehari/issues/150)) ([#189](https://github.com/bihealth/mehari/issues/189)) ([e1021ed](https://github.com/bihealth/mehari/commit/e1021eddef0c322fd1b29d6950cfff92e5932603))

## [0.7.0](https://github.com/bihealth/mehari/compare/v0.6.2...v0.7.0) (2023-09-18)


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.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Variant effect prediction all in Rust"
Expand Down

0 comments on commit be7395a

Please sign in to comment.