Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 984 Bytes

Changelog

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.

[Unreleased]

0.1.1 - 2023-10-23

Documentation

  • Include README.md content in rustdoc output

Other

  • Forbid unsafe code with #![forbid(unsafe_code)]

0.1.0 - 2023-10-23

Features

  • 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

Other

  • Add CHANGELOG.md file. To see changelogs from releases before 0.0.13, see releases.