Skip to content

Commit

Permalink
chore(main): release 0.24.2 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Mar 4, 2024
1 parent 576dbb6 commit aadc5bc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.24.2](https://github.com/varfish-org/mehari/compare/v0.24.1...v0.24.2) (2024-03-04)


### Features

* report MANE transcript counts in "db create" ([#378](https://github.com/varfish-org/mehari/issues/378)) ([2826b1a](https://github.com/varfish-org/mehari/commit/2826b1a6ff0660385bdd0f80488178a26d4d21aa))


### Bug Fixes

* make server genes/tx return empty page on missing gene ([#385](https://github.com/varfish-org/mehari/issues/385)) ([#387](https://github.com/varfish-org/mehari/issues/387)) ([f5d4a2f](https://github.com/varfish-org/mehari/commit/f5d4a2fb6aa45b026418330b1b9d834d4ef80132))
* miniscule fix to example URL output ([#382](https://github.com/varfish-org/mehari/issues/382)) ([dfb8824](https://github.com/varfish-org/mehari/commit/dfb882440e1ffacee6d2c4f108d39c6574ec641d))
* warn on missing transcripts rather than failing ([#380](https://github.com/varfish-org/mehari/issues/380)) ([#384](https://github.com/varfish-org/mehari/issues/384)) ([eaa99ae](https://github.com/varfish-org/mehari/commit/eaa99ae830c4e302e919f7e0c2acbf635cd7e5c0))


### Miscellaneous Chores

* release as v0.24.2 ([576dbb6](https://github.com/varfish-org/mehari/commit/576dbb6e1153dd2ea65753db3805e281c08431d5))

## [0.24.1](https://github.com/varfish-org/mehari/compare/v0.24.0...v0.24.1) (2024-02-26)


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.24.1"
version = "0.24.2"
edition = "2021"
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
description = "Variant effect prediction all in Rust"
Expand Down

0 comments on commit aadc5bc

Please sign in to comment.