Merged: 2019-08-01 Added - **CodeCov** | Adds config in CircleCI to upload coverage report to CodeCov - **README Badge** | Adds CodeCov README badge
---
0.3.0
Merged: 2019-08-01 Changed - **Yaml Generator** | Now saves and loads the VERSION file separately - a VERSION file is now needed for proper skelebot versioning - **Bump Component** | Now only saves to the VERSION file and does not update the config yaml - **Docs** | Updated to reflect the new change in the way versions are handled in Skelebot
---
0.2.22
Merged: 2019-08-01 Changed - **SkeleParser** | Removes the default value for boolean params in jobs as it is not needed - **CommandBuilder** | Updated to only pass boolean params to scripts if the value is present and True
---
0.2.21
Merged: 2019-07-30 Added - **Job Chaining** | Adds ability to chain jobs together using the '+' character to separate the commands
---
0.2.20
Merged: 2019-07-29 Changed - **Exec Component** | Fixes a minor bug where the image name was being duplicated in the container name
---
0.2.19
Merged: 2019-07-25 Changed - **Top-Level Params** | Fixes a bug where only the default would work for top-level parameters