### New Features

 - `Prefix::from_hex()`
 - Implement `TryFrom<&str>` for `Prefix`
   Currently there is no easy way to create a `struct Prefix` from a hex
   string. The method `Parser::from_hex()` is NIY.

### Commit Statistics

 - 9 commits contributed to the release over the course of 46 calendar days.
 - 46 days passed between releases.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 2 unique issues were worked on: #301, #413

### Commit Details

 * **#301**
    - update changelogs prior to release (84cb256)
 * **#413**
    - Don't hardcode Sha1 (521c894)
    - refactor (85b9f13)
    - refactor (073d3a1)
    - `Prefix::from_hex()` (535411f)
 * **Uncategorized**
    - make fmt (e043807)
    - Merge branch 'kalkin-improve-prefix' (0866e89)
    - Implement `TryFrom<&str>` for `Prefix` (89f1b27)
    - Merge branch 'for-onefetch' (8e5cb65)