# 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/ottofeller/telemetry/compare/v0.1.0...v0.1.1) - 2024-08-02 ### Other - *(docs)* Add metry crate usage examples to readme - release ## [0.1.0](https://github.com/ottofeller/telemetry/releases/tag/v0.1.0) - 2024-07-31 ### Added - Add an option to set resource for metrics ### Other - Change the homepage - Edit the description - *(metry)* Fill in cargo metadata, add readme - Remove unnecessary reference wrappers in xray exporter - PLA-321 Reuse generic methods in vendor-specific calls - PLA-321 Add shortcut methods for no-config telemetry setup - PLA-321 Wrap layers with Result - PLA-321 Add more verbose comments to the example - PLA-321 Add internal enum for level filters - PLA-321 Gather exporters into folders - PLA-321 Shorten enum and file names for layers - PLA-321 Create a module for telemetry bootstrapping - PLA-319 Rename package folders to match package name