Skip to content

Commit

Permalink
chore: release 0.9.0 (#408)
Browse files Browse the repository at this point in the history
* chore: release 0.9.0

* Changed containerized tag to 0.9.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 16, 2021
1 parent 756213d commit 4691cee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.0](https://www.github.com/IKIM-Essen/uncovar/compare/v0.8.0...v0.9.0) (2021-12-15)


### Features

* added variants-over-time-plot to report again ([#405](https://www.github.com/IKIM-Essen/uncovar/issues/405)) ([bd5048a](https://www.github.com/IKIM-Essen/uncovar/commit/bd5048af11d3f1f28a1853a9ec1070fe85ff977b))

## [0.8.0](https://www.github.com/IKIM-Essen/uncovar/compare/v0.7.0...v0.8.0) (2021-12-15)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ report: "report/workflow.rst"
container: "docker://condaforge/mambaforge"


containerized: "quay.io/uncovar/uncovar#0.8.0"
containerized: "quay.io/uncovar/uncovar#0.9.0"


if config["strain-calling"]["use-gisaid"]:
Expand Down

0 comments on commit 4691cee

Please sign in to comment.