Skip to content

Commit fa0a0ae

Browse files
committed
update version and changelog
1 parent 527f903 commit fa0a0ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Viash 0.9.4 (yyyy-MM-dd): TODO Add title
1+
# Viash 0.9.4 (2025-04-24): Hotfix for how Nextflow edge
22

3-
TODO add summary
3+
This is a hotfix release for the changes in Nextflow edge's handling of double arguments.
44

55
## BUG FIXES
66

7-
* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (PR #823, PR #824).
7+
* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (port of PR #823, PR #824).
88

99
# Viash 0.9.3 (2025-03-31): Support upcoming version of Nextflow
1010

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "viash"
22

3-
version := "0.9.4-dev"
3+
version := "0.9.4"
44

55
scalaVersion := "3.3.4"
66

0 commit comments

Comments
 (0)