# 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.0.2](https://github.com/hds/ari-subscriber/compare/v0.0.1...v0.0.2) - 2024-03-11 ### Added - *(aeiou)* add basic span events - *(aeiou)* Colorize output - *(aeiou)* add support for span information - *(aeiou)* add basic tracing `Layer` ### Other - add release-plz action ([#2](https://github.com/hds/ari-subscriber/pull/2)) - *(ari-subscriber)* add CI actions ([#1](https://github.com/hds/ari-subscriber/pull/1)) - *(ari-subscriber)* rename crate to `ari-subscriber` - *(aeiou)* polish docs before release - *(aeiou)* bump MSRV to 1.65 - *(aeiou)* add `console-subscriber` example to main docs - *(aeiou)* add initial documentation - *(aeiou)* move `FmtFields` and `FmtSpan` to separate module - *(aeiou)* add initial crate metadata