conan v1.28.1 Release Notes

Release Date: 2020-08-06 // over 3 years ago
    • Feature: Add user_info_build attribute to txt generator. (#7488)
    • Fix: Attribute user_info_build is available for commands in the local development workflow. (#7488)
    • Fix: Do not override value of public_deps in pkg_config generator. (#7482)
    • Bugfix: correctly set CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES. (#7512)
    • Bugfix: When using build_requires defined in a profile that is passed as profile_host, it was not being applied to build_requires that live in the host context (with force_host_context=True). (#7500)
    • Bugfix: Fix broken cmake_find_package_multi when using components, as different configurations were being resolved to the same name, overwriting each other. (#7492)
    • 🛠 Bugfix: Powershell files generated by virtualenv generators use proper path separators. (#7472)