Changelog
- e17fd3a Merge branch 'custom-config'
- 734e241 chore(parser): clean up unused fns
- 6cb7a73 chore(release): 0.0.11
- 3c7c296 chore: remove already-addressed TODOs
- e12c2f1 feat(cli): accept map[string]string config
- 923d3a1 feat(cli): add --redo flag
- adcb96c feat(cli): send new scope to clipboard!!!
- 13ed429 feat(dist): add homebrew tap
- 05a12b7 feat(dist): attempt manually triggering the gh release pipeline
- 45e4d4a fix(cli): fail fast on empty redo commits, remove old comments/unused code
- b0e02b4 fix(cli): return error rather than immediately panicing
- 03b3a0c fix(cli): validation-error conditions
- bec1764 refactor(cli): drop
viper
in favor of hand-rolled config management - 45fa4c5 refactor(cli): store cc validity as a bitmap uint8
- c849707 refactor(parser): fix spelling of
Delimited
, add docs