Skip to content

Releases: dinoboff/git-changelog-angular

0.2.1

09 Feb 20:08

Choose a tag to compare

Bug Fixes

  • validate provided revision range. 0eec314
  • separate refs and flags in auto-completion bash script 8df9a2d

0.2.0

07 Feb 18:04

Choose a tag to compare

Features

  • add basic auto completion source 802022c
  • show inferred version in changelog head line 2a73be4
  • support change log without prior version f7adcb9

Bug Fixes

  • do not infer version of tagged revision d3b197f
  • fix capturing git child process stdout 71fdc68
  • fix inferring revision range of an annotated tag 93720f7

0.1.0

07 Feb 13:08

Choose a tag to compare

Features

  • implement git-changelog rev command 8cc9ab4
  • parse argv for -git-dir and revision range ce1608e
  • support implicit range (e.g. git changelog v1.0.1 create the changelog for v1.0.0..v1.0.1) df893fe