New Features
- add
std::fmt::Display
toUrl
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
toUrl
type. (ebca00a)