From 890d832529b81287cbc0673a73df67e7a19c0a1a Mon Sep 17 00:00:00 2001 From: Hendrik Cannoodt Date: Tue, 13 Aug 2024 14:31:11 +0200 Subject: [PATCH] Release Viash 0.9.0-RC7 --- CHANGELOG.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d9dd678..2946db769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Viash 0.x.x (yyyy-MM-dd): TODO Add title +# Viash 0.9.0-RC7 (2024-08-13): General bugfixes and improvements -TODO add summary +These are bug fixes and other improvements that solve some edge case issues and improve the overall user experience and usability of Viash. ## BREAKING CHANGES diff --git a/build.sbt b/build.sbt index d1a66c267..4402ad3c5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "viash" -version := "0.9.0-dev" +version := "0.9.0-RC7" scalaVersion := "2.13.12"