- Feature: Define new version expression
tool_requires("pkg/<host_version>")
to get the host requirement version (Backport of 2.0 #13712). (#13719). Docs: 📃 - Feature: Provide compatibility with servers containing Conan 2.0 packages with user and no channel. (#13590)
- Feature: Add MacOS SDK version 13.1. (#13585)
- Feature: New
move_folder_contents()
file helper to re-arrange repos folders. (#13509). Docs: 📃 - Feature: Allow
conan_version
in profile.jinja and global.conf jinja templating. (#13377). Docs: 📃 - Fix: Add gcc 13 to default settings.yml. (#13848)
- Fix: Prepare Conan 1.60 to not break if Conan 2.X starts adding metadata files to packages. (#13351)
- Bugfix: Fix AutotoolsToolchain when unknown compiler. (#13815)
- Bugfix: Fixed graph_lock.py - lock_node(): consider context of build_require from lockfile. (#13788)
- Bugfix: Fix for
conan search pkg/*@
andconan upload pkg/*@
, to filter packages without user/channel. (#13173)