Skip to content

v0.35.0

Compare
Choose a tag to compare
@aminya aminya released this 01 Mar 08:06
· 89 commits to main since this release

What's Changed

Now the recommended way to run Conan is using the run_conan() function that should be called before project and supports both Conan v1 and v2.
As such ENABLE_CONAN option of project_options is deprecated, and you are recommended to migrate to the run_conan() call.

  • fix: support iterating list containing generator expressions that have semicolons by @FeignClaims in #250

Full Changelog: v0.34.0...v0.35.0