Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Jan 23, 2024
1 parent 88c7f79 commit a6fff27
Show file tree
Hide file tree
Showing 3 changed files with 15 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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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)) ([3037f7a](https://github.com/bihealth/varfish-cli/commit/3037f7a44ec4a6a1be641d4ee8c327c11bfacaa2))
* version for release-please in CI ([#89](https://github.com/bihealth/varfish-cli/issues/89)) ([2aedb64](https://github.com/bihealth/varfish-cli/commit/2aedb6465237211133625ef19be601e43d47be9b))


### Documentation

* add pypi and bioconda badges ([#96](https://github.com/bihealth/varfish-cli/issues/96)) ([88c7f79](https://github.com/bihealth/varfish-cli/commit/88c7f79150ca921fe21116fa4c8523840c8d22b2))

## [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 a6fff27

Please sign in to comment.