v2.5.3
What's Changed
Bug Fixes
- Remove Transitive Dependencies from
mustache-templates
Artifact by @Chrimle in #317Removes all transitive dependencies from the
mustache-templates
artifact. These dependencies, used only for testing, have been relocated to thetests
module. Importing the mustache templates should not require any dependencies; this has now been fixed. In the event of issues, please refer to thetests
module for the relevant dependencies and their versions.
Full Changelog: v2.5.2...v2.5.3