Skip to content

Latest commit

 

History

History
90 lines (43 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

90 lines (43 loc) · 5.77 KB

1.3.2 (2024-04-22)

Bug Fixes

  • check isInGitDir instead of stderr msg (#63) (568a36c), closes #62

1.3.1 (2024-04-22)

Bug Fixes

  • do not error when no steps in a rebase (#60) (cacd862)

1.3.0 (2024-04-10)

Features

1.2.1 (2024-04-09)

Bug Fixes

  • use correct color from --color-no-upsteam arg (#57) (dd587ea)

1.2.0 (2024-03-28)

Features

  • rename none to reset and add docs (#48) (1b36b97)

1.1.0 (2024-03-27)

Features

  • rename conflict to delta and doc cli flags (#47) (626b6a5)

1.0.4 (2024-03-26)

Bug Fixes

1.0.3 (2024-03-26)

Bug Fixes

  • remove bash scripts and change license (#44) (a8096be), closes #26

1.0.2 (2024-03-24)

Bug Fixes

1.0.1 (2024-03-24)

Bug Fixes

Features

  • add version flag (#37) (94a1dd5)
  • change color enabled to color disabled (#38) (03b7aff)
  • rename bgps to git-prompt-string (#36) (6e3e6d1)
  • return error exit codes and add windows fixes (#39) (d6193d5)

BREAKING CHANGES

  • initial rewrite of bgps in Golang