* Fixes error that caused `ploomber nb --inject` to fail in pipelines that had function tasks ([1056](https://github.com/ploomber/ploomber/issues/1056))
0.21.8
* Adds environment variable expansion via `{{env.ENV_VAR_NAME}}` ([1042](https://github.com/ploomber/ploomber/issues/1042)) * Adds support for including extra files when using `ploomber cloud nb` via the `include` section
0.21.7
* Option to prioritize cell injection via `setup.cfg` when the same notebook appears more than once in the pipeline ([1019](https://github.com/ploomber/ploomber/issues/1019))
0.21.6
* Adds `--summary` to `ploomber cloud status` * Adds `--summary` to `ploomber cloud download` * Clearer output when deleting cloud products * Improved error message when missing product key ([1027](https://github.com/ploomber/ploomber/issues/1027))
0.21.5
* `ploomber build --partially` doesn't create a `DAG` deep copy * Deep copying DAG does not copy the clients * Fixes error in `ploomber cloud download` when the metadata for a product is missing
0.21.4
* General `ploomber cloud` CLI improvements * General `ploomber cloud nb` accepts URL as argument