Skip to content

Commit

Permalink
chore(main): release 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Sep 6, 2024
1 parent 9e263a9 commit bbae16d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.41.0](https://github.com/varfish-org/annonars/compare/v0.40.0...v0.41.0) (2024-09-06)


### Features

* add hemizygous allele counts and freqs to protobuf ([#511](https://github.com/varfish-org/annonars/issues/511)) ([9f4b08f](https://github.com/varfish-org/annonars/commit/9f4b08ff4b7781d9d78aec54bab930f26e6a8c49))
* added ExtractedVcvRecord.clinical_assertions ([#532](https://github.com/varfish-org/annonars/issues/532)) ([9e263a9](https://github.com/varfish-org/annonars/commit/9e263a91054ca402c68bc56b89ed35a327f3a836))
* make spec.yaml files optional ([#503](https://github.com/varfish-org/annonars/issues/503)) ([c768822](https://github.com/varfish-org/annonars/commit/c768822c59f855142cf95a0b88135982c7fa5341))
* starting out with v1 API OpenAPI ([#492](https://github.com/varfish-org/annonars/issues/492)) ([625c2a4](https://github.com/varfish-org/annonars/commit/625c2a4cd7f946121bff0a276d68bc2d168ca032))


### Bug Fixes

* off-by-one positions on clinvar-minimal import ([#530](https://github.com/varfish-org/annonars/issues/530)) ([#531](https://github.com/varfish-org/annonars/issues/531)) ([14a9107](https://github.com/varfish-org/annonars/commit/14a9107a33188ff3bdf349f860b523cf5495ca35))

## [0.40.0](https://github.com/varfish-org/annonars/compare/v0.39.0...v0.40.0) (2024-07-16)


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 = "annonars"
version = "0.40.0"
version = "0.41.0"
edition = "2021"
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
description = "Rust template repository"
Expand Down

0 comments on commit bbae16d

Please sign in to comment.