From 98c534f077cbd3e80558674172565b984034b028 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:55:21 +0200 Subject: [PATCH] chore(main): release 0.41.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e17928..101e8e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.0](https://github.com/varfish-org/annonars/compare/v0.40.0...v0.41.0) (2024-07-19) + + +### Features + +* starting out with v1 API OpenAPI ([#492](https://github.com/varfish-org/annonars/issues/492)) ([625c2a4](https://github.com/varfish-org/annonars/commit/625c2a4cd7f946121bff0a276d68bc2d168ca032)) + ## [0.40.0](https://github.com/varfish-org/annonars/compare/v0.39.0...v0.40.0) (2024-07-16) diff --git a/Cargo.lock b/Cargo.lock index 63836aa7..5520bcad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.40.0" +version = "0.41.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2420318a..84b42ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.40.0" +version = "0.41.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"