- Feature: Added traces to
check_output
internal call to log the called command and the output as INFO traces (can be adjusted withexport CONAN_LOGGING_LEVEL=20
) (#6091) - Bugfix: Using
scm
withauto
values with aconanfile.py
not being in the root scm folder it failed to export the right source code directory if not using--ignore-dirty
and the repo was not pristine. (#6098) - Bugfix: Fix
conan_build_info
command when conan_sources.tgz not present in a remote. (#6088)