github Byron/gitoxide git-url-v0.7.2
git-url v0.7.2

21 months ago

Chore

  • uniformize deny attributes
  • remove default link to cargo doc everywhere

New Features

  • TryFrom<&OsStr> to allow direct usage of Url in clap.
    In clap_derive, this needs
    parse(try_from_os_str = std::convert::TryFrom::try_from).
  • TryFrom<PathBuf> which is useful if urls are obtained from the command-line.
  • use docsrs feature in code to show what is feature-gated automatically on docs.rs
  • pass --cfg docsrs when compiling for https://docs.rs

Commit Statistics

  • 14 commits contributed to the release over the course of 5 calendar days.
  • 6 days passed between releases.
  • 6 commits where understood as conventional.
  • 1 unique issue was worked on: #450

Commit Details

view details
  • #450
    • TryFrom<&OsStr> to allow direct usage of Url in clap. (7a17690)
    • TryFrom<PathBuf> which is useful if urls are obtained from the command-line. (b7a5f7a)
  • Uncategorized
    • Release git-path v0.4.1 (5e82346)
    • Merge branch 'example-write-blob' (afedd7f)
    • Merge pull request #494 from ultrasaurus/patch-1 (86fe22c)
    • Merge branch 'main' into remote-ls-refs (95f2f4f)
    • Merge branch 'example-new-repo' (946dd3a)
    • Merge branch 'main' into remote-ls-refs (e2ee3de)
    • use docsrs feature in code to show what is feature-gated automatically on docs.rs (b1c40b0)
    • uniformize deny attributes (f7f136d)
    • pass --cfg docsrs when compiling for https://docs.rs (5176771)
    • remove default link to cargo doc everywhere (533e887)
    • Merge branch 'main' into remote-ls-refs (c82bbfa)
    • Merge branch 'main' into remote-ls-refs (bd5f3e8)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.