Skip to content

Commit

Permalink
Prep for v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Apr 12, 2021
1 parent eb5ec4a commit 8a01814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log

## [0.2.19] - 2021.04.xx
## [0.2.19] - 2021.04.12 (April 2021 - Fix 1)

### Fixed

- Fix type problem when input schema keys are specified "inline" in the task schema (e.g. as `CRC_file_path[file=True,save=False]`), in which the keys remain as type `str`, when they should be `bool`.
- Fix problem when an imported parameter is used in a task that is iterated.

## [0.2.18] - 2021.04.10
## [0.2.18] - 2021.04.10 (April 2021)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion matflow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.18'
__version__ = '0.2.19'

0 comments on commit 8a01814

Please sign in to comment.