Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Jan 23, 2024
1 parent 1f3c7e1 commit bb111da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.6.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)) ([1f3c7e1](https://github.com/bihealth/varfish-cli/commit/1f3c7e1044205d0dfafa3d6b57dccafbd1d7cdad))
* 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)


Expand Down
2 changes: 1 addition & 1 deletion varfish_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

0 comments on commit bb111da

Please sign in to comment.