Changelog¶
This file gets automatically updated in ZEN-creator’s continuous integration procedures. Do not edit the file manually.
[Unversioned Changes] - 2026-04-28¶
Documentation Changes 📝¶
refactor and update documentation to match the latest versions of ZEN-creator. [🔀 PR #34 @csfunke]
Maintenance Tasks 🧹¶
[v1.2.0] - 2026-04-13¶
New Features ✨¶
enable source tracking in attributes. Sources and data descriptions can now be cleanly printed to a markdown-like string for each element. [🔀 PR #29 @csfunke]
[v1.1.1] - 2026-04-13¶
Bug Fixes 🐛¶
[v1.1.0] - 2026-04-13¶
New Features ✨¶
add certain “user-oriented” objects and methods to the init.py file of ZEN-creator. These objects and methods can thus be imported directly from the ZEN-creator module with clean syntax. [🔀 PR #25 @csfunke]
revise type hints of the public facing objects/methods and add a
py.typedfile. This ensures that MyPy views ZEN-creator as a typed module. [🔀 PR #25 @csfunke]
Maintenance Tasks 🧹¶
fix bugs in the automatic changelog updates. The previous version still had some relic references to ZEN-garden rather than ZEN-creator. [🔀 PR #23 @csfunke]
[v1.0.0] - 2026-04-08¶
BREAKING CHANGES ⚠️¶
Release first public version of ZEN-creator on Py-PI.