From b306decb747bfec56da7d0266306b25e978a4233 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:00:38 +0100 Subject: [PATCH] chore: release v0.8.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8039107..0c476df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.8.2] - 2025-02-08 + +### 🐛 Bug Fixes + +- *(tracing)* Only override the OTEL service name if it is not already set (#224) + + ## [0.8.1] - 2025-02-03 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index fdd5ab21..024fc498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3915,7 +3915,7 @@ dependencies = [ [[package]] name = "kwaak" -version = "0.8.1" +version = "0.8.2" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a16bf07d..e581565c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kwaak" -version = "0.8.1" +version = "0.8.2" edition = "2021" categories = ["development-tools", "command-line-utilities"] readme = "README.md"