From e20e4af3d2f3198b9f3f386be6809e6b52c591a1 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:35:47 +0100 Subject: [PATCH] chore(main): release 0.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ varfish_cli/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4a3a7f..5154451 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cd85c..cb4436a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.2](https://github.com/bihealth/varfish-cli/compare/v0.6.1...v0.6.2) (2024-01-23) + + +### Bug Fixes + +* properly assign version in release-please ([#91](https://github.com/bihealth/varfish-cli/issues/91)) ([23c9d3f](https://github.com/bihealth/varfish-cli/commit/23c9d3f05094524ba389b4ff47c558ea7783b3f1)) +* version for release-please in CI ([#89](https://github.com/bihealth/varfish-cli/issues/89)) ([2aedb64](https://github.com/bihealth/varfish-cli/commit/2aedb6465237211133625ef19be601e43d47be9b)) + ## [0.6.1](https://github.com/bihealth/varfish-cli/compare/v0.6.0...v0.6.1) (2024-01-23) diff --git a/varfish_cli/version.py b/varfish_cli/version.py index 43c4ab0..22049ab 100644 --- a/varfish_cli/version.py +++ b/varfish_cli/version.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"