Skip to content

gix-url v0.27.0

Compare
Choose a tag to compare
@Byron Byron released this 20 Jan 08:19
· 1781 commits to main since this release
eb6aa8f

New Features

  • add std::fmt::Display to Url type.
    That way it's possible to have a more safe display implementation
    that tries to not spill obvious secrets, like the password of a
    URL.

Commit Statistics

  • 7 commits contributed to the release over the course of 17 calendar days.
  • 20 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)
    • Merge branch 'url-fix' (0e579a0)
    • Enabled previously disabled test as it works with the latest version of url (3c060cb)
    • Add std::fmt::Display to Url type. (ebca00a)