- Feature: Add support for Clang 17. (#14781). Docs: 📃
- Feature: Add
--dry-run
forconan remove
. (#14760). Docs: 📃 - Feature: Add
host_tool
toinstall()
method inpackage_manager
to indicate whether the package is a host tool or a library. (#14752). Docs: 📃 - Fix: Better error message when trying to
export-pkg
apython-require
package, and avoid it being exported and then failing. (#14819) - Fix:
CMakeDeps
allowsset_property()
on all properties. (#14813) - Fix: Add minor version for Apple clang 15.0. (#14797). Docs: 📃
- Fix:
conan build
command prettier error when argument not provided. (#14787) - Bugfix: fix
compatibility()
oversettings_target
making it None (#14825) - Bugfix:
compatible
packages look first in the cache, and only if not found, the servers, to allow offline installs when there are compatible packages. (#14800) - BugFix: Reuse session in ConanRequester to speed up requests. (#14795)
- Bugfix: Fix relative paths of
editable
packages when they have components partially defining directories. (#14782)