Skip to content

Commit

Permalink
chore(main): release 0.42.0 (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Holtgrewe <[email protected]>
  • Loading branch information
varfish-bot and holtgrewe authored Nov 19, 2024
1 parent c69b328 commit 3a76285
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"release-type": "rust",
"packages": {
".": {}
}
}
19 changes: 19 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"packages": {
".": {
"release-type": "rust",
"extra-files": [
{
"type": "generic",
"path": "openapi.schema.yaml",
"updater": {
"search": "version: \\\"?\\d+\\.\\d+\\.\\d+\\\"?",
"replace": "version: \"$VERSION\""
}
}
]
}
},
".": "0.42.0"
}

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add /api/v1/seqvars/annos/query with OpenAPI ([#577](https://github.com/varfish-org/annonars/issues/577)) ([#592](https://github.com/varfish-org/annonars/issues/592)) ([c69b328](https://github.com/varfish-org/annonars/commit/c69b328aaeeeca98b5ee72d1275320dbe6cfbabc))
* endpoint /api/v1/genes/clinvar-info with OpenAPI ([#576](https://github.com/varfish-org/annonars/issues/576)) ([#590](https://github.com/varfish-org/annonars/issues/590)) ([728504e](https://github.com/varfish-org/annonars/commit/728504e9545c0bbd0d1ef2daae01fd0b757c4747))
* 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 3a76285

Please sign in to comment.