Releases: MAK-Relic-Tool/Relic-Tool-Core
Releases · MAK-Relic-Tool/Relic-Tool-Core
v2.0.0
What's Changed
- Update workflows by @ModernMAK in #6
- Updates to Relic CLI
run_with
and newlazyio
module by @ModernMAK in #5 - Update workflows (#6) by @ModernMAK in #7
- Fix CI integration failures when setting up Staging branch by @ModernMAK in #8
- Better CLI explanations by @ModernMAK in #9
- Features Required for SGA 2.0 + More by @ModernMAK in #10
- Fix plugin group command bug by @ModernMAK in #11
- Merge Features into Main by @ModernMAK in #12
Full Changelog: v1.1.1...v2.0.0
v1.1.1
What's Changed
- Explicit None Checks in
_print_mismatch
by @ModernMAK in #2 - Add cli support by @ModernMAK in #3
- Hotfix for
run_with
&_load
by @ModernMAK in #4
Full Changelog: v1.0.3...v1.1.1
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Initial Release!
A small library that's shared across several other Relic Tool Libraries.
-
RelicToolError
:
A base exception for all RelicTool exceptions to inherit from. Does nothing special. -
MismatchError
:
A common base error for most serialization steps in SGA/Chunky where an expected value does not match the value examined. -
TypeAlias
:
Exposes TypeAlias from the proper module based on python version; python 3.10+ uses typing, where as python 3.9- uses typing_extensions