*In this Release*
* Much better testing, including 100% code coverage and coverage reports
* Support for mandatory context in the generated bindings. The context is pulled when the bindings are generated and encoded in the bindings. This allows files to be written in a more human readable format, but the generated bindings don't need to go pull the context from the internet to work. Note: This only works if your context is static since it's only referenced when the bindings are generated.
* Reworking the way context is handled both in the code and in the generated Python bindings
* A new `jsonschema` output format which generates a [JSONSchema](https://json-schema.org/) file that can be used to validate a document is correctly formatted. This can be useful if users want to validate their documents without needing a full JSON-LD validator.
**Full Changelog**: https://github.com/JPEWdev/shacl2code/compare/v0.0.4...v0.0.5