Skip to content

Commit fc3c893

Browse files
committed
chore(main): release 0.3.0
1 parent 5c40e30 commit fc3c893

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/varfish-org/viguno/compare/v0.2.1...v0.3.0) (2024-07-11)
4+
5+
6+
### Features
7+
8+
* hgnc_xlink.tsv is expected now in hpo folder ([#170](https://github.com/varfish-org/viguno/issues/170)) ([#171](https://github.com/varfish-org/viguno/issues/171)) ([5c19d95](https://github.com/varfish-org/viguno/commit/5c19d95511df5b60af7c6134d5a93b54b07290a8))
9+
* implement OpenAPI documentation ([#162](https://github.com/varfish-org/viguno/issues/162)) ([#165](https://github.com/varfish-org/viguno/issues/165)) ([b89fc26](https://github.com/varfish-org/viguno/commit/b89fc26d0f9c5555730b576aa5bac0a8ed9f2cf0))
10+
* remove Phenix-like P-value precomputation ([#148](https://github.com/varfish-org/viguno/issues/148)) ([#163](https://github.com/varfish-org/viguno/issues/163)) ([3fb8be1](https://github.com/varfish-org/viguno/commit/3fb8be1c01d829768336c959b4b8bab8f3d975ab))
11+
12+
13+
### Bug Fixes
14+
15+
* allow case insensitive search for OMIM terms ([#160](https://github.com/varfish-org/viguno/issues/160)) ([#172](https://github.com/varfish-org/viguno/issues/172)) ([0d0e5af](https://github.com/varfish-org/viguno/commit/0d0e5af1ce2ee553c5f28324d6ae0e96f126ca95))
16+
* escape colons in term query ([#159](https://github.com/varfish-org/viguno/issues/159)) ([#173](https://github.com/varfish-org/viguno/issues/173)) ([5c40e30](https://github.com/varfish-org/viguno/commit/5c40e30ae5a9ac44b6ae1bddd14d5abcd4f61e30))
17+
318
## [0.2.1](https://github.com/varfish-org/viguno/compare/v0.2.0...v0.2.1) (2024-02-01)
419

520

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 = "viguno"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
66
description = "Phenotype/disease for VarFish"

0 commit comments

Comments
 (0)