ChangelogΒΆ
This page tracks changes to haive-agents using both manual entries and Git history.
Release NotesΒΆ
Recent Documentation UpdatesΒΆ
How to Use This Page:
Release Notes: Structured changelog entries for each version
Recent Changes: Git-based documentation updates
Manual Entries: Important changes added via towncrier fragments
Commit History: Automatic tracking of all documentation changes
Adding Changelog Entries:
To add a changelog entry for this package:
# From the package directory
poetry run towncrier create <issue>.<type>.md --content "Description of change"
# Types: feature, bugfix, improvement, deprecation, breaking, security, performance, docs, dev, misc
This ensures both structured release notes and detailed commit history are available for tracking changes.