Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
This change was made to be able to deal with file paths that contain `:`, e.g. `s3://my-bucket/my:file.txt`. Furthermore, the `;` separator will become
the default separator for all arguments with `multiple: true` in Viash >= 0.9.0.

* This project now uses viash version 0.8.3 to build components and workflows. Changes related to this version update should
* This project now uses viash version 0.8.4 to build components and workflows. Changes related to this version update should
be _mostly_ backwards compatible with respect to the results and execution of the pipelines. From a development perspective,
drastic updates have been made to the developemt workflow.

Development related changes:
* Bump viash version to 0.8.3 (PR #598 and PR#638) in the project configuration.
* Bump viash version to 0.8.4 (PR #598, PR#638 and #706) in the project configuration.
* 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:
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.3
viash_version: 0.8.4

source: src
target: target
Expand Down