Skip to content

Commit

Permalink
chore(main): release 0.31.1 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Dec 18, 2023
1 parent e3f8c3b commit 16d6cb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.31.1](https://github.com/bihealth/annonars/compare/v0.31.0...v0.31.1) (2023-12-18)


### Bug Fixes

* add missing files for test ([#355](https://github.com/bihealth/annonars/issues/355)) ([5037df5](https://github.com/bihealth/annonars/commit/5037df5b52e3ec3f69626b783f95a41bcb949160))
* allow case insensitive gene search in server ([#354](https://github.com/bihealth/annonars/issues/354)) ([#357](https://github.com/bihealth/annonars/issues/357)) ([701b58c](https://github.com/bihealth/annonars/commit/701b58c8c63607b2da4f0cd4915cd7b6c4f604d7))
* remove requirements of 2+ elements in gene lookup ([#348](https://github.com/bihealth/annonars/issues/348)) ([#358](https://github.com/bihealth/annonars/issues/358)) ([e3f8c3b](https://github.com/bihealth/annonars/commit/e3f8c3b4876e1a7195b8ebc69ca76c96a3e8686c))

## [0.31.0](https://github.com/bihealth/annonars/compare/v0.30.1...v0.31.0) (2023-12-14)


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.31.0"
version = "0.31.1"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Rust template repository"
Expand Down

0 comments on commit 16d6cb6

Please sign in to comment.