Skip to content

Commit 0fdc933

Browse files
authored
chore(main): release 0.35.1 (#746)
1 parent 5d50862 commit 0fdc933

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.35.1](https://github.com/varfish-org/mehari/compare/v0.35.0...v0.35.1) (2025-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* add 'symbol' as alias for 'gene_symbol' for hgnc complete set TSV ([#748](https://github.com/varfish-org/mehari/issues/748)) ([5d50862](https://github.com/varfish-org/mehari/commit/5d508620aaf96e342ee796b7e41336216d777108))
9+
* missing /rocksdb dir in docker entrypoint script ([#745](https://github.com/varfish-org/mehari/issues/745)) ([bdc9a3c](https://github.com/varfish-org/mehari/commit/bdc9a3c5fa35bf90dbdcd7b1134ccdfcb1439728))
10+
* point entrypoint at 'frequencies', not 'freqs' ([#747](https://github.com/varfish-org/mehari/issues/747)) ([23fbeeb](https://github.com/varfish-org/mehari/commit/23fbeebb0aa992b62b72e5dd15d67494caa53859))
11+
312
## [0.35.0](https://github.com/varfish-org/mehari/compare/v0.34.0...v0.35.0) (2025-04-16)
413

514

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mehari"
3-
version = "0.35.0"
3+
version = "0.35.1"
44
edition = "2021"
55
authors = ["Manuel Holtgrewe <[email protected]>"]
66
description = "Variant effect prediction all in Rust"

0 commit comments

Comments
 (0)