From 10e3e7ec77d2a0b7c8aee3abe1526d708a67f973 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:25:34 +0200 Subject: [PATCH] chore(main): release 0.41.1 --- 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 2d1be13..e89c201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.1](https://github.com/varfish-org/annonars/compare/v0.41.0...v0.41.1) (2024-09-18) + + +### Bug Fixes + +* Correct the entrypoint command ([#541](https://github.com/varfish-org/annonars/issues/541)) ([f805675](https://github.com/varfish-org/annonars/commit/f805675929544a6435ad7121fa4af0b84684247f)) + ## [0.41.0](https://github.com/varfish-org/annonars/compare/v0.40.0...v0.41.0) (2024-09-06) diff --git a/Cargo.lock b/Cargo.lock index ae2a6c3..3d71b5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.41.0" +version = "0.41.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 207156e..500d2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.41.0" +version = "0.41.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"