What's Changed
* 🧑💻 new temp folder management, checkout the tutorial --> https://pipelime-python.readthedocs.io/en/v1.5.0/tutorials/temp_data/toc.html
* ➕ replaced `multiprocessing` with `billiard`
* ✨ new command and stage `set-meta` to add or change metadata
* ✨ new `XConfig.unsafe_process()` to generate any object from `XConfig`
* 🐛 fixed Choixe bugs: string bundles unparsing, no-case $switch
* 🐛 `skip_empty` option on input dataset now working in multiprocessing
* 🐛 `pipelime --output-ctx` now works as expected
* 🐛 fixed `shell` command output
* 🚸 show a clear error message in case of context recursion, eg, `myvar=myvar`
**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.4.1...v1.5.0