From 193f66e2e7088ac6a5bd94e8162f74e20fbbfebf Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:46:26 +0100 Subject: [PATCH] chore(main): release 0.31.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2dc02c..e01f2ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.0](https://github.com/varfish-org/mehari/compare/v0.30.1...v0.31.0) (2024-12-03) + + +### Features + +* refactor db subset CLI, add subset by VCF and subset by TxId options ([#641](https://github.com/varfish-org/mehari/issues/641)) ([9286286](https://github.com/varfish-org/mehari/commit/92862866b41307b56c2823b93b3156a876f0bf74)) + ## [0.30.1](https://github.com/varfish-org/mehari/compare/v0.30.0...v0.30.1) (2024-11-21) diff --git a/Cargo.lock b/Cargo.lock index b5b9fa42..6ac4dd81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.30.1" +version = "0.31.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index bac6b275..331072f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.30.1" +version = "0.31.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"