Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.31.0 #642

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.31.0](https://github.com/varfish-org/mehari/compare/v0.30.1...v0.31.0) (2025-02-06)


### 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

* Consolidate CLI ([#650](https://github.com/varfish-org/mehari/issues/650)) ([08c8fb6](https://github.com/varfish-org/mehari/commit/08c8fb61de2453ba411266554dab052f7f15e9a7))
* 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))
* include mehari cmd and version info in VCF header ([#673](https://github.com/varfish-org/mehari/issues/673)) ([8b9fa2e](https://github.com/varfish-org/mehari/commit/8b9fa2e91485cd0b0cede083ae679d37d65f62bd))
* 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)


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