Skip to content

Commit d397835

Browse files
authored
chore(main): release 0.36.1 (#781)
1 parent f44a1e5 commit d397835

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.36.1](https://github.com/varfish-org/mehari/compare/v0.36.0...v0.36.1) (2025-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* TSV output + --keep-intergenic ([#785](https://github.com/varfish-org/mehari/issues/785)) ([f44a1e5](https://github.com/varfish-org/mehari/commit/f44a1e59db2d6406546b39e148534ba7623b338c))
9+
* Use noodle's VCF FileFormat::default() ([#778](https://github.com/varfish-org/mehari/issues/778)) ([3be028d](https://github.com/varfish-org/mehari/commit/3be028d1e25e365045198a3043f64297f087b43b))
10+
311
## [0.36.0](https://github.com/varfish-org/mehari/compare/v0.35.1...v0.36.0) (2025-06-17)
412

513

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.36.0"
3+
version = "0.36.1"
44
edition = "2021"
55
authors = ["Manuel Holtgrewe <[email protected]>"]
66
description = "Variant effect prediction all in Rust"

0 commit comments

Comments
 (0)