From 66e681cd4a03157a2675beb72ffb40ab70664e9a Mon Sep 17 00:00:00 2001 From: Hendrik Cannoodt Date: Mon, 23 Oct 2023 08:58:32 +0200 Subject: [PATCH] Post merge changes --- CHANGELOG.md | 4 ++++ build.sbt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0cffcd1..29fa09051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Viash 0.x.x (yyyy-MM-dd): TODO Add title + +TODO add summary + # Viash 0.8.0 (2023-10-23): Nextflow workflows and dependencies Nextflow workflows definitions are picked up by Viash and assembled into a functional Nextflow workflow, reducing the amount of boilerplate code needed to be written by the user. diff --git a/build.sbt b/build.sbt index fc185ad51..d5d6c303c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "viash" -version := "0.8.0" +version := "0.8.1dev" scalaVersion := "2.13.10"