You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Improve error message for unified patterns in options. (#13264)
Fix: Allow conan remote add --force to force re-definition of an existing remote name. (#13249)
Fix: Restore printing of profiles for build command. (#13214)
Fix: Change conan build argument description for "path" to indicate it is only for conanfile.py and explicitly state that it does not work with conanfile.txt. (#13211). Docs: π
Fix: Better error message when dependencies options are defined in requirements() method. (#13207)
Fix: Fix broken links to docs from error messages and readme. (#13186)
Bugfix: Ensure that topics are always serialized as lists. (#13298)
Bugfix: Ensure that provides are always serialized as lists. (#13298)
Bugfix: Fixed the detection of certain visual c++ installations. (#13284)
Bugfix: Fix supported cppstd values for msvc compiler. (#13278)
Bugfix: CMakeDeps generate files for tool_requires with the same build_type as the "host" context. (#13267)
Bugfix: Fix definition of patterns for dependencies options in configure(). (#13263)
Bugfix: Fix CMakeToolchain error when output folder in different Win drive. (#13248)
Bugfix: Do not raise errors if a test_requires is not used by components .requires. (#13191)