Skip to content

Commit

Permalink
Viash 0.8.2 (#638)
Browse files Browse the repository at this point in the history
* Update viash to 0.8.2

* Update CHANGELOG

* Update CHANGELOG with PR number
  • Loading branch information
DriesSchaumont authored Dec 14, 2023
1 parent 8416c1d commit 009f2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## BREAKING CHANGES

* This project now uses viash version 0.8.0 to build components and workflows. Moving to 0.8.0 involved the following changes:
* This project now uses viash version 0.8.2 to build components and workflows. Moving to 0.8.0 involved the following changes:

* Bump viash version to 0.8.0 (PR #598) in the project configuration.
* Bump viash version to 0.8.2 (PR #598 and PR#638) in the project configuration.
* The `concat` component had been deprecated and will be removed in a future release. It's functionality has been copied to the `concatenate_h5mu` component because the name is in conflict with the `concat` operator from nextflow (PR #598).
* All pipelines no longer use the anonymous workflow. Instead, these workflows were given a name which was added to the viash config as the entrypoint to the pipeline (PR #598).
* Removed the `workflows` folder and moved its contents to new locations (PR #605):
Expand Down
2 changes: 1 addition & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
viash_version: 0.8.0
viash_version: 0.8.2

source: src
target: target
Expand Down

0 comments on commit 009f2de

Please sign in to comment.