Skip to content

Commit

Permalink
chore(main): release 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Nov 15, 2024
1 parent b42ce28 commit 34ab0f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.42.0](https://github.com/varfish-org/annonars/compare/v0.41.3...v0.42.0) (2024-11-15)


### Features

* endpoint /api/v1/genes/info with OpenAPI ([#574](https://github.com/varfish-org/annonars/issues/574)) ([#584](https://github.com/varfish-org/annonars/issues/584)) ([f09bdba](https://github.com/varfish-org/annonars/commit/f09bdbae4536cdd6470c65ab197eb2e65c0859a1))
* endpoint /api/v1/genes/lookup with OpenAPI ([#587](https://github.com/varfish-org/annonars/issues/587)) ([#589](https://github.com/varfish-org/annonars/issues/589)) ([a71d62a](https://github.com/varfish-org/annonars/commit/a71d62a316f1eca09a55f32c260a35f0aefb09ea))
* endpoint /api/v1/genes/search with OpenAPI ([#575](https://github.com/varfish-org/annonars/issues/575)) ([#588](https://github.com/varfish-org/annonars/issues/588)) ([c3e92ea](https://github.com/varfish-org/annonars/commit/c3e92ea97189ffccc01f428dde7ac5e6f7946000))
* endpoint /api/v1/strucvars/clinvar-annos/query with OpenAPI ([#578](https://github.com/varfish-org/annonars/issues/578)) ([#591](https://github.com/varfish-org/annonars/issues/591)) ([b42ce28](https://github.com/varfish-org/annonars/commit/b42ce28ecc9eba2b1250612da7e13d9ef644aee5))

## [0.41.3](https://github.com/varfish-org/annonars/compare/v0.41.2...v0.41.3) (2024-10-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.41.3"
version = "0.42.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Genome annotation based on Rust and RocksDB"
Expand Down

0 comments on commit 34ab0f1

Please sign in to comment.