We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527f903 commit fa0a0aeCopy full SHA for fa0a0ae
2 files changed
CHANGELOG.md
@@ -1,10 +1,10 @@
1
-# Viash 0.9.4 (yyyy-MM-dd): TODO Add title
+# Viash 0.9.4 (2025-04-24): Hotfix for how Nextflow edge
2
3
-TODO add summary
+This is a hotfix release for the changes in Nextflow edge's handling of double arguments.
4
5
## BUG FIXES
6
7
-* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (PR #823, PR #824).
+* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (port of PR #823, PR #824).
8
9
# Viash 0.9.3 (2025-03-31): Support upcoming version of Nextflow
10
build.sbt
@@ -1,6 +1,6 @@
name := "viash"
-version := "0.9.4-dev"
+version := "0.9.4"
scalaVersion := "3.3.4"
0 commit comments