### Chore
- uniformize deny attributes
- remove default link to cargo doc everywhere
### New Features
- use docsrs feature in code to show what is feature-gated automatically on docs.rs
- pass --cfg docsrs when compiling for https://docs.rs
### Changed (BREAKING)
- adapt to changes in `git-url` and use `BString` to represent URLs.
They can contain paths, which is why `String` can't repsent a URL
losslessly.
For HTTP urls these are ultimately UTF-8 strings though.
### Commit Statistics
- 16 commits contributed to the release over the course of 14 calendar days.
- 32 days passed between releases.
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #450
### Commit Details
* **#450**
- adapt to changes in `git-url` and use `BString` to represent URLs. (12589cc)
* **Uncategorized**
- 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)
- refactor (1dc342f)
- 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)
- Merge branch 'main' into remote-ls-refs (c4bf958)
- Merge branch 'main' into remote-ls-refs (de61c4d)
- Merge branch 'main' into remote-ls-refs (e8fc89d)