# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.1](https://github.com/eopb/tide-tracing/compare/v0.1.0...v0.1.1) - 2023-10-23 ### Documentation - Include `README.md` content in rustdoc output ### Other - Forbid unsafe code with `#![forbid(unsafe_code)]` ## [0.1.0](https://github.com/eopb/tide-tracing/compare/v0.0.13...v0.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](https://github.com/eopb/tide-tracing/compare/v0.0.12...v0.0.13) - 2023-10-23 ### Other - Add `CHANGELOG.md` file. To see changelogs from releases before `0.0.13`, see [releases](https://github.com/eopb/tide-tracing/releases).