From 8ca1c8075378bb612898e36bb69d2a5c497dd53f Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:17:17 +0100 Subject: [PATCH] chore(main): release 0.31.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2dc02c..7c99b488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.31.0](https://github.com/varfish-org/mehari/compare/v0.30.1...v0.31.0) (2025-01-21) + + +### Features + +* Add rare amino acid SO term ([#658](https://github.com/varfish-org/mehari/issues/658)) ([aee7693](https://github.com/varfish-org/mehari/commit/aee76930c633ab1be6fb023da042ca3fa1255ae4)) +* 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)) + + +### Bug Fixes + +* ensure FORMAT sample order is in-sync with header sample order ([#671](https://github.com/varfish-org/mehari/issues/671)) ([1d3c230](https://github.com/varfish-org/mehari/commit/1d3c230a48e68694a9bb840f72f924b9dfed0503)) +* inframe vs missense ([#659](https://github.com/varfish-org/mehari/issues/659)) ([36bd717](https://github.com/varfish-org/mehari/commit/36bd7177fc23c55b6c912e14d44dc1355520ac5f)) + ## [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 0f7137f9..59a89a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2611,7 +2611,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 ad72547c..959090fc 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"