-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from viash-io/0_8_3
Update the website for Viash 0.8.3
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
viash_version: 0.8.2 | ||
viash_version: 0.8.3 | ||
|
||
source: _src | ||
target: _target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "Viash 0.8.3" | ||
subtitle: "Bug fixes" | ||
date: "2024-01-08" | ||
categories: [ New Release ] | ||
author: Viash Team | ||
--- | ||
|
||
## What's new? | ||
|
||
Fix some edge cases and improve usability. | ||
|
||
## Full changelog | ||
|
||
### BUG FIXES | ||
|
||
* `NextflowPlatform`: properly resolve paths when a nextflow workflow has another nextflow | ||
workflow as dependency and the worktree contains a directory that is a symlink (PR #614). | ||
|
||
* `Main`: Fixes a bug added by #294 which causes Viash to print a stacktrace instead of a helpful error message when `viash` is run without any arguments (#617, PR #618). | ||
Thanks @mberacochea for pointing out this oversight! | ||
|
||
* `Dependency`: When an alias is defined, pass the alias as a key to the `.run()` function (#601, PR #606). | ||
|