crate-ci / git-conventional

Conventional Commit API
docs.rs/git-conventional
Apache License 2.0
28 stars 7 forks source link

fix: Support windows newlines #23

Closed epage closed 2 years ago

epage commented 2 years ago

We supported them in main part of our parsers but when we parse body and footer, we peek ahead but assumed a 1 char line ending. We now take any of the line endings.

Fixes #21