- Fixed unexpected behavior of
dvc pipeline show --dot, that led to accidental stage file corruption; Kudos @TomHortons 🎉 - Updated bash/zsh completion;
- Switched from python2 to python3.7 when building our binary packages;
- Added support for
-R|--recursiveflag fordvc repro; Kudos @prihoda 🎉 - Temporarily rolled back cache dir optimization to a more robust but slower cache verification logic. The new optimization is coming soon;