chore: bump version to 0.12.0 - #53
Merged
Merged
Conversation
Contributor
Coverage Report
Files without new missing coverage
11 files skipped due to complete coverage. Coverage success: total of 98.69% is above 98.69% 🎉 |
This file contains hidden or 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
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.
Changelog
Cli.add_subcommands(). Confit CLI objectscan temporarily still be mounted under Typer applications without making Typer
a Confit dependency.
Cli.add_typer()and Typer mounting now emit a visibledeprecation warning and will be removed in the next major release.
load_pipewhich in turns calls the pipe architecture factory), we don't overwrite the instance origin and instead make it accessible to the config serializer via__confit_serialization_origin__ = 'first'|'last'on registered objects to decide which factory config to use when serializing the object.Pull Requests
Full Changelog: v0.11.1...v0.12.0