- Feature: Add
implements
attribute in ConanFile to provide automatic management of some options and settings. (#14320). Docs: 📃 - Feature: Add
apple-clang
15. (#14302) - Fix: Allow repository being dirty outside of
conanfile.py
folder when usingrevision_mode = "scm_folder"
. (#14330) - Fix: Improve the error messages and provide Conan traces for errors in
compatibility.py
andprofile.py
plugins. (#14322) - Fix:
flush()
output streams after every message write. (#14310) - Bugfix: Fix Package signing plugin not verifying the downloaded sources. (#14331). Docs: 📃
- Bugfix: Fix
CMakeUserPresets
inherits from conan generated presets due to typo. (#14325) - Bugfix: ConanPresets.json contains duplicate presets if multiple user presets inherit from the same conan presets. (#14296)
- Bugfix: Meson
prefix
param is passed as UNIX path. (#14295) - Bugfix: Fix
CMake Error: Invalid level specified for --loglevel
whentools.build:verbosity
is set toquiet
. (#14289)