Skip to content

Releases: conan-io/conan-package-tools

0.19.5 (15-Oct-2018)

15 Oct 20:56
Compare
Choose a tag to compare
  • 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)

11 Oct 20:14
Compare
Choose a tag to compare
  • Feature: Compatibility with Conan 1.8.X

0.19.3 (26-Sept-2018)

26 Sep 06:43
Compare
Choose a tag to compare
  • 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)

12 Sep 06:46
Compare
Choose a tag to compare
  • Upload restricted to created packages.
  • Quoted -v in docker command
  • Added tests

0.19.1 (6-Sep-2018)

06 Sep 07:41
Compare
Choose a tag to compare
  • 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)

05 Sep 13:57
Compare
Choose a tag to compare
  • Feature: Build types 'RelWithDebInfo', 'MinSizeRel' support for Visual Studio. Thanks to @birsoyo

0.18.7 (5-Sep-2018)

05 Sep 13:33
Compare
Choose a tag to compare
  • Fixed bug with recipes using new python requires failing while parsing the conanfile class.

0.18.5 (28-Aug-2018)

28 Aug 15:23
Compare
Choose a tag to compare
  • Compatibility with Conan 1.7.0

0.18.1 (14-June-2018)

14 Jun 15:38
Compare
Choose a tag to compare
  • Fix: Forced idna==2.6 to avoid unknown issues in OSX with pip installing 2.7.

0.18.0 (13-June-2018)

13 Jun 10:07
Compare
Choose a tag to compare

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)