diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e5bbf..82cdc29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.17 +- Change to support multi directory inputs. +- change to support using directory as output + ### 0.2.11 - Add Text object: It can handle just text file ( .txt file). diff --git a/pyproject.toml b/pyproject.toml index 6a91236..6b701d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podder-task-foundation" -version = "0.2.16" +version = "0.2.17" description = "a framework for developing prediction pipeline of ML/AL models" authors = ["Takaaki Mizuno "]