Releases: pwwang/pipen
Releases · pwwang/pipen
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4 (#132)
- ✨ Print pipen version in CLI: pipen plugins
- 🩹 Make use of full terminal width for non-panel elements in log
- 🩹 Extend width to 256 when terminal width cannot be detected while logging (most likely logging to a text file)
0.3.3 (#131)
- ♿️ Change default log width to 100
- 🩹 Fix broken panel in log content with console width cannot be detected
0.3.2 (#130)
- ⬆️ Upgrade rtoml to v0.8
- ⬆️ Upgrade pipda to v0.6
0.3.1 (#128)
- 🩹 Hide config meta data in pipeline information
0.3.0 (#127)
- ⬆️ Upgrade dependencies
- 📌 Use rtoml instead of toml (see https://github.com/pwwang/toml-bench)
- 🩹 Dump job signature to file directly instead of dump to a string first
- 👷 Add python 3.10 to CI
- 📝 Add dependencies badge to README.md
0.2.16 (#126)
- 📌 Pin dep versions
- 🩹 Allow to set workdir from Pipen constructor