Skip to content

Releases: MAK-Relic-Tool/Relic-Tool-Core

v2.0.0

09 Feb 00:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v2.0.0

v1.1.1

15 Oct 07:25
76895fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.1

v1.0.3

27 Sep 03:56
05caac5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Sep 02:51
Compare
Choose a tag to compare

Applies a readme hotfix.

v1.0.1

27 Sep 01:42
Compare
Choose a tag to compare

Fixes setup.cfg not pointing to the proper repo/issue tracker.

Previously pointed to the old repo under ModernMAK and the issues page for this repo (which does not exist to encourage using the issue tracker)

v1.0.0

26 Sep 23:47
Compare
Choose a tag to compare

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