Releases: conan-io/conan-package-tools
Releases · conan-io/conan-package-tools
0.22.2 (19-Dec-2018)
- Compatibility with Conan 1.11
0.21.1 (4-Dec-2018)
- Fixed several bugs operating with Conan 1.10.0
0.21.0
0.20.2 (5-Nov-2018)
0.20.2
- Bugfix: Fixed bug with the
remove_build_if
feature. #296
0.20.1 (2-Nov-2018)
0.20.0 (2-Nov-2018)
- Feature: Support for
Visual Studio toolsets
(#291) - Feature: Added support for ConanInvalidConfiguration so when a recipe declares that a configuration is not supported, CPT will print a warning but will skip that configuration (without raising any error). (#290)
- Feature: Checks that the installed Conan client version is supported and raise an exception otherwise. (#289)
- Feature: Updated defaulted versions of every compiler. (#285)
- Feature: New
remove_build_if
andupdate_build_if
helper methods to filter/update existing builds. (#272) - Feature: Added
CONAN_PIP_INSTALL
to install additional pip packages. (#271) - Feature: Run
conan config install
before the build byconfig_url
argument orCONAN_CONFIG_URL
env var (#268) - Fix: Only try to upload packages that have been built. (#284)
- Fix: Renamed docker images to use the new ones from conan.io namespace (#276)
0.19.9 (30-Oct-2018)
- Ready to work with Conan 1.9
0.19.8 (19-Oct-2018)
0.19.8
- Bugfix: With the new python 3 images for
conan-docker-tools
no sudo is used inside the container because usingpyenv
it is not needed.
0.19.7 (17-Oct-2018)
- Bugfix: Changed upload policy using Conan 1.8 to avoid try to upload a
conanmanifest.txt
file when only the timestamp is changing, causing issues for a repository without overwriting permissions. conan-io/conan#3732 (comment)
0.19.6 (15-Oct-2018)
- Fix: Discard only spaces env var values.