Skip to content

Commit

Permalink
bump: v0.0.4 (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Crocfer <nicolas.crocfer@corp.ovh.com>
  • Loading branch information
ncrocfer authored May 11, 2020
1 parent 5e81a80 commit 1d285ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,7 +19,7 @@

### Fixed
- Fix the roboto font display in WebUI
- Fix a test
- Fix a test


## 0.0.2 - 2020-02-07
Expand Down
2 changes: 1 addition & 1 deletion director/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit 1d285ba

Please sign in to comment.