Skip to content

Commit dcf203b

Browse files
committed
chore(main): release 0.30.0
1 parent c6dbf1e commit dcf203b

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## [0.30.0](https://github.com/varfish-org/mehari/compare/v0.29.6...v0.30.0) (2024-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* include source information in transcript database ([#615](https://github.com/varfish-org/mehari/issues/615))
9+
* provide sub command "server run" ([#600](https://github.com/varfish-org/mehari/issues/600)) (#602)
10+
11+
### Features
12+
13+
* /api/v1/seqvars/csq endpoint with OpenAPI ([#606](https://github.com/varfish-org/mehari/issues/606)) ([#614](https://github.com/varfish-org/mehari/issues/614)) ([2fdf76e](https://github.com/varfish-org/mehari/commit/2fdf76e6fe7a928f14ba96fe8b5a8c85cfc29fe3))
14+
* /api/v1/strucvars/csq endpoint with OpenAPI ([#607](https://github.com/varfish-org/mehari/issues/607)) ([#612](https://github.com/varfish-org/mehari/issues/612)) ([cce8a6d](https://github.com/varfish-org/mehari/commit/cce8a6dcf65b2d5d0f3debe9351698efd0c8af86))
15+
* include source information in transcript database ([#615](https://github.com/varfish-org/mehari/issues/615)) ([111ffcc](https://github.com/varfish-org/mehari/commit/111ffcca83c5847647da36ea11b91dc736f7cf2e))
16+
* provide genes/transcripts endpoint with openapi ([#605](https://github.com/varfish-org/mehari/issues/605)) ([#610](https://github.com/varfish-org/mehari/issues/610)) ([9132312](https://github.com/varfish-org/mehari/commit/91323124dcb872719a07b4aeec309667e91b540a))
17+
* provide sub command "server run" ([#600](https://github.com/varfish-org/mehari/issues/600)) ([#602](https://github.com/varfish-org/mehari/issues/602)) ([48382b6](https://github.com/varfish-org/mehari/commit/48382b668a8354d78763fd495403b56f1c04d114))
18+
19+
20+
### Bug Fixes
21+
22+
* refactor csq analysis code ([#599](https://github.com/varfish-org/mehari/issues/599)) ([faffad6](https://github.com/varfish-org/mehari/commit/faffad63b57e42eba76b75d886745ef45cfc2ef0))
23+
324
## [0.29.6](https://github.com/varfish-org/mehari/compare/v0.29.5...v0.29.6) (2024-10-16)
425

526

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.29.6"
3+
version = "0.30.0"
44
edition = "2021"
55
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
66
description = "Variant effect prediction all in Rust"

0 commit comments

Comments
 (0)