A major release to properly introduce the signature change that happened in 0.7.2, which effectively
broke compilation for users of `parse()` in 0.7.1.

### Changed (BREAKING)

 - Introduce `parse(&BStr)` (previously it took `&[u8]`)
   A `&BStr` better indicates that we are expecting human-readable input
   with ascii-compatible or UTF-8 endcoding.

### Commit Statistics

 - 3 commits contributed to the release over the course of 1 calendar day.
 - 7 days passed between releases.
 - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #524

### Commit Details

 * **#524**
    - prepare changelogs prior to release (6446b39)
    - Introduce `parse(&BStr)` (previously it took `&[u8]`) (653ebc5)
 * **Uncategorized**
    - Merge branch 'git_date_parse' (75591fb)