All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2023-10-23
- Include
README.md
content in rustdoc output
- Forbid unsafe code with
#![forbid(unsafe_code)]
0.1.0 - 2023-10-23
-
feat!: record unique
request_id
for every request (#17)This feature can be disabled with feature flags.
Thank you @PortableNavi for this feature
0.0.13 - 2023-10-23
- Add
CHANGELOG.md
file. To see changelogs from releases before0.0.13
, see releases.