Skip to content

git-url v0.8.0

Compare
Choose a tag to compare
@Byron Byron released this 04 Sep 13:02
· 3849 commits to main since this release
1d4600a

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.
  • 1 unique issue was worked on: #524

Commit Details

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