0.4.12
Allow whitespace when finding commit messages (#47)
Allow whitespace after the opening tag and before the closing tag that
delimit commit messages in a PR body. Also place the regexp in
multi-line mode and use ^
and $
to match the start and end of lines
instead of the literal \r\n
string.