* improved tool template with support for multiple container registries, allow selection of specific registry using `params.container_registry`
0.5.6
* add basic documentation, hosted at: https://wfpm.readthedocs.io * add tests, run by GitHub Actions * build dependency graph (using `networkx` lib), before installing dependent packages
0.5.0
First pre-release with most of the functionality supported: - Start a workflow package project with necessary scaffolds: `wfpm init` - Start a new package with necessary scaffolds: `wfpm new` - Install dependent packages: `wfpm install` - Run tests: `wfpm test` - List local and installed dependent packages: `wfpm list`