Releases: conan-io/conan-package-tools
Releases · conan-io/conan-package-tools
0.19.5 (15-Oct-2018)
- Fix: An empty env var like
CONAN_GCC_VERSIONS
means "no gcc versions", if the variable is not defined, it will use default gcc versions. The same for the rest of default configuration environment variables.
0.19.4 (9-Oct-2018)
- Feature: Compatibility with Conan 1.8.X
0.19.3 (26-Sept-2018)
- Feature:
CONAN_IGNORE_SKIP_CI
env var to ignore the[skip_ci]
commit message. - Bugfix: For a package with dependencies the upload was failing because of taking the first installed binary package instead of the first binary package for the created package.
0.19.2 (12-Sept-2018)
- Upload restricted to created packages.
- Quoted
-v
in docker command - Added tests
0.19.1 (6-Sep-2018)
- Bugfix: The conanfile.py is now loaded using the loader from the conan_api to avoid errors when using python requires.
0.19.0 (5-Sep-2018)
- Feature: Build types 'RelWithDebInfo', 'MinSizeRel' support for Visual Studio. Thanks to @birsoyo
0.18.7 (5-Sep-2018)
- Fixed bug with recipes using new python requires failing while parsing the conanfile class.
0.18.5 (28-Aug-2018)
- Compatibility with Conan 1.7.0
0.18.1 (14-June-2018)
- Fix: Forced
idna==2.6
to avoid unknown issues in OSX with pip installing2.7
.
0.18.0 (13-June-2018)
0.18.0
- Feature: Support for docker windows containers (thanks @solvingj)
- Feature: Custom test folder can be specified in case "test_package" folder is not in the same folder than conanfile.py (thanks @uilianries)