### Bug Fixes

 - don't assume hex-only characters in `ObjectId::from_hex(…)`.


### Refactor

 - replace `quickerror` with `thiserror`

### Commit Statistics

 - 6 commits contributed to the release.
 - 9 days passed between releases.
 - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #522

### Commit Details

 * **#522**
    - don't assume hex-only characters in `ObjectId::from_hex(…)`. (aaed7ea)
    - refactor (f3bcddf)
    - refactor (0f0de2b)
 * **Uncategorized**
    - fix docs (71cb9ea)
    - replace `quickerror` with `thiserror` (7926f47)
    - some more tests (400c6cb)