From 330e1449b14566053fea55b0478120e88e1d909f Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:05:29 +0100 Subject: [PATCH] chore(main): release 0.34.1 (#399) --- 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 cbd4d61f..36a20685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.1](https://github.com/varfish-org/annonars/compare/v0.34.0...v0.34.1) (2024-02-01) + + +### Miscellaneous Chores + +* applying changed org bihealth => varfish-org ([#396](https://github.com/varfish-org/annonars/issues/396)) ([36aaf6a](https://github.com/varfish-org/annonars/commit/36aaf6adeb04fa6153add034d1e4b7c15ea46f9d)) + ## [0.34.0](https://github.com/varfish-org/annonars/compare/v0.33.0...v0.34.0) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index 8fd0e551..3275d5fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.34.0" +version = "0.34.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2fd5ff20..4af02a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.34.0" +version = "0.34.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"