| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.30.0-SHA-256.txt.asc | 2026-06-29 | 659 Bytes | |
| 2.30.0-SHA-256.txt | 2026-06-29 | 1.2 kB | |
| conan-2.30.0-windows-arm64.zip | 2026-06-29 | 15.4 MB | |
| conan-2.30.0-windows-arm64-installer.exe | 2026-06-29 | 14.9 MB | |
| conan-2.30.0-windows-x86_64.zip | 2026-06-29 | 15.8 MB | |
| conan-2.30.0-windows-x86_64-installer.exe | 2026-06-29 | 15.4 MB | |
| conan-2.30.0-windows-i686.zip | 2026-06-29 | 14.0 MB | |
| conan-2.30.0-windows-i686-installer.exe | 2026-06-29 | 14.1 MB | |
| conan-2.30.0-macos-x86_64.tgz | 2026-06-29 | 16.3 MB | |
| conan-2.30.0-macos-arm64.tgz | 2026-06-29 | 15.8 MB | |
| conan-2.30.0-linux-aarch64.tgz | 2026-06-29 | 27.2 MB | |
| conan-2.30.0-linux-x86_64.tgz | 2026-06-29 | 27.6 MB | |
| conan-2.30.0-arm64.deb | 2026-06-29 | 22.5 MB | |
| conan-2.30.0-amd64.deb | 2026-06-29 | 23.0 MB | |
| 2.30.0 (29-Jun-2026) source code.tar.gz | 2026-06-29 | 1.4 MB | |
| 2.30.0 (29-Jun-2026) source code.zip | 2026-06-29 | 2.0 MB | |
| README.md | 2026-06-29 | 4.9 kB | |
| Totals: 17 Items | 225.4 MB | 0 | |
- Feature: Add SPDX expression support in SBOM generation. (https://github.com/conan-io/conan/pull/20112)
- Feature: Add type annotations to
LockfileAPIfor improved IDE support. (https://github.com/conan-io/conan/pull/20104) - Feature: Add missing favicon to Conan HTML output. (https://github.com/conan-io/conan/pull/20087)
- Feature: Implement the
conf=~for the "unset" operation (alias forconf=!). (https://github.com/conan-io/conan/pull/20084). Docs: :page_with_curl: - Feature: Add
ASFLAGStoAutotoolsToolchain/GnuToolchain, including architecture and sysroot flags. (https://github.com/conan-io/conan/pull/20078). Docs: :page_with_curl: - Feature: Add
IntelCCsupport in Meson, Autotools and Premake toolchains. (https://github.com/conan-io/conan/pull/20075). Docs: :page_with_curl: - Feature: Model explicitly the msys2 environments (clang64, ucrt64, etc) in
tools.microsoft.bash:subsystem. (https://github.com/conan-io/conan/pull/20074). Docs: :page_with_curl: - Feature: Add
build_system_requirements()method for installing system tools only in the build context. (https://github.com/conan-io/conan/pull/20070). Docs: :page_with_curl: - Feature: Add support for
cmake_extra_interface_libsandcmake_extra_dependenciesproperties to theCMakeDepsgenerator. (https://github.com/conan-io/conan/pull/20066). Docs: :page_with_curl: - Feature: Support explicit architecture suffixes in system package names for native builds with
host_package=False. (https://github.com/conan-io/conan/pull/20047). Docs: :page_with_curl: - Feature: Prevent multiple
.libsor.package_frameworkentries in CMakeConfigDeps. (https://github.com/conan-io/conan/pull/20046) - Feature: Add support for Bazel 9.x to BazelDeps. (https://github.com/conan-io/conan/pull/20042). Docs: :page_with_curl:
- Feature: Adapt
bazel_7_lib/bazel_7_exetemplates to support Bazel 9.x (conan newcommand). (https://github.com/conan-io/conan/pull/20042). Docs: :page_with_curl: - Feature: Allow
[replace_requires/tool_requires]unset in profile composition and extension. (https://github.com/conan-io/conan/pull/20040). Docs: :page_with_curl: - Feature: Add
tools.meson.mesontoolchain:extra_variablesconfiguration toMesonToolchain. (https://github.com/conan-io/conan/pull/20032). Docs: :page_with_curl: - Fix: Fix
conan install <path>failing with absolute paths ending in a dot. (https://github.com/conan-io/conan/pull/20092) - Fix: Relativize
cpp_info.locationfor editable layouts. (https://github.com/conan-io/conan/pull/20088). Docs: :page_with_curl: - Fix: Improve output messages for the
generate()step. (https://github.com/conan-io/conan/pull/20085) - Fix: Make
conan config installmaintain permission bits. (https://github.com/conan-io/conan/pull/20059) - Fix: Improve error message for broken Jinja2 syntax in
global.conf. (https://github.com/conan-io/conan/pull/20056) - Fix: Add Intel
2026.0version and Intel compiler configuration check. (https://github.com/conan-io/conan/pull/20049). Docs: :page_with_curl: - Fix: Set
IMPORTED_CONFIGURATIONSproperty to package frameworks in CMakeConfigDeps. (https://github.com/conan-io/conan/pull/20041) - Fix: Remove
buildcontext suffix from host requirements in CMakeConfigDeps. (https://github.com/conan-io/conan/pull/20038) - Bugfix: Version-based policy for fixed propagation of
transitive_headerstrait. (https://github.com/conan-io/conan/pull/20073) - Bugfix: Fix
workspace infowithpython_requiresand a custom userpackages()method inconanws.py. (https://github.com/conan-io/conan/pull/20064) - Bugfix: Fix some cases where
IMPORTED_IMPLIBwas not being declared when extension was set incpp_info.libs. (https://github.com/conan-io/conan/pull/20062) - Bugfix: Fix caching of different revisions of the same package while resolving the graph. (https://github.com/conan-io/conan/pull/20061)
- Bugfix: Fix
replace_requiresapplying when command line arguments explicitly define a package reference. (https://github.com/conan-io/conan/pull/20048). Docs: :page_with_curl: - Bugfix: Check whole git repository for dirtiness when using
revision_mode=scm. (https://github.com/conan-io/conan/pull/18630)