Skip to content

Commit

Permalink
Merge pull request #72 from viash-io/0_8_3
Browse files Browse the repository at this point in the history
Update the website for Viash 0.8.3
  • Loading branch information
Grifs authored Feb 9, 2024
2 parents 005c2f6 + ad2b065 commit c3f067e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
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.2
viash_version: 0.8.3

source: _src
target: _target
24 changes: 24 additions & 0 deletions blog/posts/viash-0.8.3/index.qmd
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).

0 comments on commit c3f067e

Please sign in to comment.