- Add confirmation prompt for
dvc remove -p
; - Make
-q
and-v
mutually exclusive in CLI; - Don't forget about not cached outputs when checking for cycle dependencies;
- Fix BaseSCM in no-scm scenario;
- Make updater message more noticeable;
- Fix bug in logger, where errors were printed to stdout instead of stderr;
- Add
dvc gc
support for Azure remote; - Support
-d|--with-deps
fordvc checkout
;