Skip to content

Releases: conan-io/conan-package-tools

0.22.2 (19-Dec-2018)

19 Dec 10:09
Compare
Choose a tag to compare
  • Compatibility with Conan 1.11

0.21.1 (4-Dec-2018)

04 Dec 20:26
Compare
Choose a tag to compare
  • Fixed several bugs operating with Conan 1.10.0

0.21.0

04 Dec 19:47
Compare
Choose a tag to compare
  • Adjusted compatibility to Conan 1.10.0

0.20.2 (5-Nov-2018)

05 Nov 07:59
Compare
Choose a tag to compare

0.20.2

  • Bugfix: Fixed bug with the remove_build_if feature. #296

0.20.1 (2-Nov-2018)

02 Nov 13:39
Compare
Choose a tag to compare
  • Fix: Config install running also inside the docker containers. (#294)
  • Bugfix: Fix a test failure (#294)

0.20.0 (2-Nov-2018)

02 Nov 11:34
Compare
Choose a tag to compare
  • 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 and update_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 by config_url argument or CONAN_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)

30 Oct 12:48
Compare
Choose a tag to compare
  • Ready to work with Conan 1.9

0.19.8 (19-Oct-2018)

29 Oct 18:27
Compare
Choose a tag to compare

0.19.8

  • Bugfix: With the new python 3 images for conan-docker-tools no sudo is used inside the container because using pyenv it is not needed.

0.19.7 (17-Oct-2018)

17 Oct 08:38
Compare
Choose a tag to compare
  • 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)

15 Oct 21:35
Compare
Choose a tag to compare
  • Fix: Discard only spaces env var values.