Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#615)
Browse files Browse the repository at this point in the history
* chore(master): release 1.0.0

* Changed containerized tag to 1.0.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>
Co-authored-by: Alexander Thomas <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2024
1 parent 22a37da commit 53b99c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0](https://github.com/IKIM-Essen/uncovar/compare/v0.16.0...v1.0.0) (2024-04-17)


### Bug Fixes

* docs deployment ([#635](https://github.com/IKIM-Essen/uncovar/issues/635)) ([dd767b0](https://github.com/IKIM-Essen/uncovar/commit/dd767b0348a4a8b0736a65475339aed80e96f5cb))
* more meaningful info for patient overview table ([#609](https://github.com/IKIM-Essen/uncovar/issues/609)) ([77f7960](https://github.com/IKIM-Essen/uncovar/commit/77f796056709364d65b41126c2ee5208b56ef0d5))
* pin to varlociraptor 8.4.4 ([#634](https://github.com/IKIM-Essen/uncovar/issues/634)) ([a4e1ea8](https://github.com/IKIM-Essen/uncovar/commit/a4e1ea814fcaae5a013ad53dcafceb2c4191ad1d))
* pipe of stdout ([#631](https://github.com/IKIM-Essen/uncovar/issues/631)) ([a48a357](https://github.com/IKIM-Essen/uncovar/commit/a48a357e37590abce028216277eeb7105e205945))
* remove -r flag ([#624](https://github.com/IKIM-Essen/uncovar/issues/624)) ([4f1b56b](https://github.com/IKIM-Essen/uncovar/commit/4f1b56bf4043743c1cb63b85e433742b677a6ac8))
* update link for covariants ([#626](https://github.com/IKIM-Essen/uncovar/issues/626)) ([e6476b6](https://github.com/IKIM-Essen/uncovar/commit/e6476b6dee7d5fe1641dcba7cc83f1dcd22ea989))


### Miscellaneous Chores

* release 1.0.0 ([07d6fe2](https://github.com/IKIM-Essen/uncovar/commit/07d6fe29a99430c4b01a24aa6a4390d66ace177b))

## [0.16.0](https://github.com/IKIM-Essen/uncovar/compare/v0.15.1...v0.16.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
1.0.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.16.0"
containerized: "quay.io/uncovar/uncovar#1.0.0"


include: "rules/common.smk"
Expand Down

0 comments on commit 53b99c4

Please sign in to comment.