Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

51 lines (23 loc) · 1.02 KB

tracing-record-hierarchical changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.2.0 · 202?-??-?? (unreleased)

Diff

BC Breaks

  • Bumped up MSRV to 1.81 because for #[expect] attribute usage. (0d9dddbf)

0.1.1 · 2023-12-04

Diff

Fixed

  • Recording of fields to parent tracing::Spans. (#4)

0.1.0 · 2023-10-10

Initially implemented

  • HierarchicalRecord implementation of tracing_subscriber::Layer. (#1)
  • SpanExt trait extension for tracing::Spans. (#1)