Skip to content

Latest commit

 

History

History
99 lines (52 loc) · 5.65 KB

File metadata and controls

99 lines (52 loc) · 5.65 KB

Changelog

0.7.0 (2025-09-28)

Features

  • flake: install shell completions (05c699f)
  • nix: build cl-parse @ main (2cb4872)

0.6.0 (2025-09-08)

Features

  • add new filtering options for large changelogs (d146b84)
  • deps: update module github.com/spf13/cobra ( v1.9.1 → v1.10.1 ) (0ba071c)

Bug Fixes

  • include id prefixes in related items (1b7a7f4)

0.5.1 (2025-06-15)

Bug Fixes

  • ci: flake hash generation (f15c54f)

0.5.0 (2025-06-15)

Features

  • deps: update module github.com/go-git/go-git/v5 ( v5.13.1 → v5.16.2 ) (7b725c0)
  • deps: update module github.com/spf13/cobra ( v1.8.1 → v1.9.1 ) (846213d)
  • support nixos with flake (1a8be47)

Bug Fixes

  • deps: update module github.com/pelletier/go-toml/v2 ( v2.2.3 → v2.2.4 ) (#14) (08faab1)
  • origin: support ssh git urls (d09f5de)
  • parser: support azure devops style prs (1a33648)
  • update pinned deps (f3c3fb0)

0.4.0 (2025-01-14)

Features

  • cmd: format option with new YAML & TOML outputs (7ffb283)
  • origin: add gitlab support (282dc8a)
  • origin: add support for Azure DevOps workitems (e297c7a), closes #2
  • origin: add support for github issue lookup (539c4cd), closes #2
  • parser: add RelatedItems property (fed2a7b)

Bug Fixes

  • parser: handle "closes #X" strings (e44ef80)

0.3.0 (2025-01-12)

Features

  • parser: add flags for latest and specific releases (#6) (4124c24), closes #3
  • parser: optionally include commit body (dc7c33e), closes #1

Bug Fixes

  • cmd: check if in git repo before trying to fetch commits (8d2e7bc)
  • parser: more robust SHA detection (ecceb64)
  • parser: only remove closing paren if exists (22822a9)

0.2.0 (2025-01-12)

Features

  • ci: add release-please config and manifest (8f35e6e)
  • cmd: add cobra & default cmd definition (fd63c7c)

Bug Fixes

  • parser: handle versions without compare urls (95e9aed)

0.1.0 (2025-01-12)

Features

  • add basic parsing logic for standard changelog formats (163661c)
  • ci: add ci workflow (1256d0d)
  • parser: add some basic test cases (045e395)