### Chore
- <csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/> uniformize deny attributes
### New Features
- Support for `-c/--config` in `gix`
- `gix remote refs` to list all remote references of a suitable remote.
This takes into account either a named remote, or the remote associated
with the current branch, or the default remote it could deduce or obtain
from the configuration.
- use docsrs feature in code to show what is feature-gated automatically on docs.rs
### Changed (BREAKING)
- remove `gix free remote ref-list` in favor of `gix remote refs`
The functinality is the same, but the latter is built on top of a
repository which is slightly less flexible, but preferable over
maintaining a non-repo version.
### Commit Statistics
- 14 commits contributed to the release over the course of 3 calendar days.
- 6 days passed between releases.
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #450
### Thanks Clippy
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
### Commit Details
* **#450**
- remove `gix free remote ref-list` in favor of `gix remote refs` (dda9957)
- Support for `-c/--config` in `gix` (45a30f0)
- refactor (e0be6e9)
- Add support for passing urls directly to bypass all remote repository logic. (df3cf18)
- `gix remote refs` to list all remote references of a suitable remote. (5d6d5ca)
- Try to use maybe async for the simplest of possibly blocking remote interactions (db4df25)
- basic parsing of `gix remote refs` without any implementation. (f8f1249)
* **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)
- thanks clippy (bb6813a)
- use docsrs feature in code to show what is feature-gated automatically on docs.rs (b1c40b0)
- uniformize deny attributes (f7f136d)