### 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

### Bug Fixes

 - Make async `conenct()` signature compatible with the blocking implementation.

### Commit Statistics

 - 12 commits contributed to the release over the course of 5 calendar days.
 - 6 days passed between releases.
 - 5 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #450

### Commit Details

 * **#450**
    - Make async `conenct()` signature compatible with the blocking implementation. (5220f9a)
 * **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)
    - 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)