- 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. https://github.com/conan-io/conan/issues/3732#issuecomment-429907367
0.19.6
- Fix: Discard only spaces env var values.
0.19.5
- 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
- Feature: Compatibility with Conan 1.8.X
0.19.3
- 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
- Upload restricted to created packages. - Quoted `-v` in docker command - Added tests