Skip to content

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 03 Aug 02:55
· 59 commits to main since this release
c449f7c

[v0.0.11] - 2025-08-02

Added

  • Added comprehensive changelog generation pipeline (write_changelog_v2) with three-stage processing: draft generation, polishing, and markdown formatting
  • Added DraftChangelog concept definition for intermediate changelog processing
  • Added AI-powered draft_changelog_from_git_diff pipe that analyzes code diffs using LLM to extract changes, improvements, and features
  • Added polish_changelog pipe that removes redundancy, groups related changes, and applies markdown formatting