From eed4af8549a967b0f4f719fc9e65aa258a784b81 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Thu, 18 Jul 2024 22:51:38 +0200 Subject: [PATCH] clean up changelog --- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7067c95..308b08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# viash_project_template 0.4.0 +# viash_project_template 0.3.0 + +## MAJOR CHANGES * Update to Viash 0.9.0-RC6. @@ -8,27 +10,49 @@ * Simplify workflow to not use external dependencies. +# viash_project_template 0.2.2 -# viash_project_template 0.3.0 +## BUG FIXES -* Update to Viash 0.8.2 +* Install `bit64` in `r2u` images. -* `demo_pipeline` is now built from `src/workflow`. +* Fix workflow ID passing in workflow. -* State management overhaul. -* Use of helper functions (dependencies) from [`vsh_utils`](https://viash-hub.com/data-intuitive/vsh_utils). +# viash_project_template 0.2.2 + +## BUG FIXES + +* Install `procps` in `python:3.10-slim` images. + + +# viash_project_template 0.2.1 + +## MINOR CHANGES +* Updated to Viash 0.8.4. # viash_project_template 0.2.0 -* Update to Viash 0.7.1. +## MAJOR CHANGES + +* Update to Viash 0.7.1 (PR #1). + +* Update to Viash 0.8.2 (PR #10). * Replace 'underscore' (like `viash_build`) commands with equivalent 'ns' command (`viash ns build`). -* Use slim versions of the previously used Docker images. +* State management overhaul. + +* Use of helper functions (dependencies) from [`vsh_utils`](https://viash-hub.com/data-intuitive/vsh_utils). -* Update GitHub Actions. +* `demo_pipeline` is now built from `src/workflow`. + +## MINOR CHANGES + +* Update GitHub Actions (PR #8). + +* Use slim versions of the previously used Docker images. # viash_project_template 0.1.0