From 1d285bad2aa4a0d3f5512df239a0b8fd698bb5a6 Mon Sep 17 00:00:00 2001 From: Nicolas Crocfer Date: Mon, 11 May 2020 14:42:57 +0200 Subject: [PATCH] bump: v0.0.4 (#46) Signed-off-by: Nicolas Crocfer --- CHANGELOG.md | 13 ++++++++++++- director/VERSION | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5705ed9..4ae11c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.4 - 2020-05-11 +### Added +- Save the result in database (database upgrade required: `director db upgrade`) +- Limit the number of workflows to return + +### Fixed +- Fix a bug when last task raises a Celery error +- Support the progress status +- Properly handle the 404 errors + + ## 0.0.3 - 2020-02-28 ### Added - Add the workflow relaunch @@ -8,7 +19,7 @@ ### Fixed - Fix the roboto font display in WebUI -- Fix a test +- Fix a test ## 0.0.2 - 2020-02-07 diff --git a/director/VERSION b/director/VERSION index bcab45a..81340c7 100644 --- a/director/VERSION +++ b/director/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4