diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7de1f5..f5cffc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.0](https://www.github.com/bihealth/annona-rs/compare/v0.11.0...v0.12.0) (2023-06-16) + + +### Features + +* port over genes db from worker ([#86](https://www.github.com/bihealth/annona-rs/issues/86)) ([#87](https://www.github.com/bihealth/annona-rs/issues/87)) ([608a36b](https://www.github.com/bihealth/annona-rs/commit/608a36bf7716ebe63f0a1624d7f9553403cef15d)) + ## [0.11.0](https://www.github.com/bihealth/annona-rs/compare/v0.10.0...v0.11.0) (2023-06-14) diff --git a/Cargo.lock b/Cargo.lock index fba71861..5eadc98d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.11.0" +version = "0.12.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 60e7924e..df576c6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"