Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

92 lines (55 loc) · 7.31 KB

Changelog

0.6.0 (2023-06-06)

Features

  • filter out all github noreply email addresses (#81) (f847416)

0.5.1 (2023-05-23)

Features

  • Add bitbucket server bearer token auth and no-cert-verify flag (#78) (40728c9)

0.5.0 (2023-05-17)

Features

  • add 'did you mean' suggestion plugin (4efb494)
  • add environment variable for supplying token (#29) (6ce4118)
  • add update checker plugin (63cb018)
  • Cleanup and rationalization (#23) (c0eb353)
  • log more details from failed API calls (#30) (6bf92a6)
  • only check the default branch for bitbucket and git log (#19) (7b3dba0)
  • Release 0.4.0 (#73) (33d5cc3)
  • Update bot exclusion list (#45) (7494641)

Bug Fixes

  • actions runner (b49a186)
  • add additional environment detail to debug logs (#75) (8c52147)
  • add registry url (7ded447)
  • change package version (ea18a93)
  • fix env var name for logging API responses (#70) (907565c)
  • Get and use default branch for Azure (#71) (f1a4cd3)
  • ignore duplicate explicit repos (1d6c0d6)
  • minor type and flag fixes (#40) (103e73c)
  • Use author, not committer, for BB server and gitlab (#36) (1dfd6aa)
  • use self-hosted runner (bd3b99b)
  • use windows local path separator (#27) (fd9fdc3)

0.4.0 (2023-05-16)

Features

0.3.1 (2023-05-16)

Bug Fixes

  • fix env var name for logging API responses (#70) (907565c)
  • Get and use default branch for Azure (#71) (f1a4cd3)

0.3.0 (2023-01-12)

Features

  • add 'did you mean' suggestion plugin (4efb494)
  • add environment variable for supplying token (#29) (6ce4118)
  • add update checker plugin (63cb018)
  • log more details from failed API calls (#30) (6bf92a6)

Bug Fixes

  • ignore duplicate explicit repos (1d6c0d6)
  • minor type and flag fixes (#40) (103e73c)
  • Use author, not committer, for BB server and gitlab (#36) (1dfd6aa)

0.2.0 (2023-01-06)

Features

  • Cleanup and rationalization (#23) (c0eb353)
  • only check the default branch for bitbucket and git log (#19) (7b3dba0)

Bug Fixes