-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/0.32.0 #477
Merged
Merged
Release/0.32.0 #477
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
#461 Update tabulate version
Signed-off-by: Uilian Ries <uilianries@gmail.com>
#461 Update six version
Signed-off-by: Uilian Ries <uilianries@gmail.com>
#453 Configure Tox for Windows
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Support header-only option
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Support lockfiles
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Add support for GitHub Actions
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Run custom pip command for Docker
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Build all options values
This was referenced Mar 6, 2020
conflicts |
My mistake! Actually, I tried to introduce more tests, but I reverted manually. I gonna fix it, thanks @Croydon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Changelog:
Feature: Build all options values (generate packages for different option values #457)
Feature: Run custom pip command when updating Conan and CPT in Docker container (CONAN_PIP_COMMAND has no effect in docker conteiner #451)
Feature: Support Conan lockfiles ([suggestion] add support of conan lockfiles #466)
Feature: Add support for GitHub Actions (Add GitHub Actions support to CIManger #474)
Feature: Manages header_only option in recipes (Add support for the "header_only" option #454)
Feature: Configure Tox for Windows CI (Configure Tox on Windows #453)
Feature: Update six python package to 1.14.0 (Update tabulate or relax constraint #461)
Refer to the issue that supports this Pull Request.
If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
I've read the Contributing guide.
I've followed the PEP8 style guides for Python code.