Skip to content

Releases: andreas-timm/cli-ts

Release list

0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:32
0.2.0
61b02bd

0.2.0 (2026-07-04)

Generated zsh completion binaries can now be registered under a custom name, arguments after -- are
forwarded to command positionals, and versioning, changelog, and publishing are automated with
semantic-release.

Bug Fixes

  • cli: pass double-dash args to command positionals (1ce7beb)

Features

  • completion: add --name option for custom zsh completion bin name (1466856)
  • release: add semantic-release automation (b3da363)

0.1.3

Choose a tag to compare

@andreas-timm andreas-timm released this 01 May 09:55
674db12
feat: initial import