Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Nov 8, 2024
1 parent e418c74 commit b560e50
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4"
".": "0.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/varfish-org/varfish-cli/compare/v0.6.4...v0.7.0) (2024-11-08)


### Features

* add index option to case import ([#136](https://github.com/varfish-org/varfish-cli/issues/136)) ([e418c74](https://github.com/varfish-org/varfish-cli/commit/e418c740155f0bbd81c3137fc4db910c9794c636))

## [0.6.4](https://github.com/varfish-org/varfish-cli/compare/v0.6.3...v0.6.4) (2024-11-06)


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.4"
__version__ = "0.7.0"

0 comments on commit b560e50

Please sign in to comment.