- `.gitignore` file similar to other executor plugins.
0.2.1
Fixed
- The executor no longer tries to manipulate the return value of the function if function execution failed.
0.2.0
Changed
- Slight refactor for the Covalent microservices refactor.
0.1.0
Changed
- Fixed package structure, so that the plugin is found by Covalent after installing the plugin. - Added global variable _EXECUTOR_PLUGIN_DEFAULTS, which is now needed by Covalent. - Changed global variable executor_plugin_name -> EXECUTOR_PLUGIN_NAME in executors to conform with PEP8.
0.0.1
Added
- Core files for this repo. - CHANGELOG.md to track changes (this file). - Semantic versioning in VERSION. - CI pipeline job to enforce versioning.