From 68f800c99ace4cc42a7e4cbecc90dcbb41aa60cb Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:04:31 +0100 Subject: [PATCH] chore(main): release 0.2.1 (#134) --- 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 5a97254..d2dd202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/varfish-org/viguno/compare/v0.2.0...v0.2.1) (2024-02-01) + + +### Miscellaneous Chores + +* changed org (bihealth => varfish-org) ([#132](https://github.com/varfish-org/viguno/issues/132)) ([dacd570](https://github.com/varfish-org/viguno/commit/dacd57039962bf689fea2128a605d602dc236817)) + ## [0.2.0](https://github.com/varfish-org/viguno/compare/v0.1.6...v0.2.0) (2023-12-27) diff --git a/Cargo.lock b/Cargo.lock index 4615cf8..79d72d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2934,7 +2934,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viguno" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4de585f..e4b1419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viguno" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"