Skip to content

Commit

Permalink
set sbt version, finalize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs committed Dec 16, 2024
1 parent a00a1d5 commit 95a07d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Viash 0.x.x (yyyy-MM-dd): TODO Add title
# Viash 0.9.1 (2024-12-16): Enhanced nextflow support and Scala 3 update

TODO add summary
Workflows can now publish results asynchronously by emitting multiple output channels. These results will then be merged into a published output behind the screens.
Dependencies will use the new dedicated git url instead of the top level domain name.

## NEW FEATURES

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "viash"

version := "0.9.1-dev"
version := "0.9.1"

scalaVersion := "3.3.4"

Expand Down

0 comments on commit 95a07d4

Please sign in to comment.