From 76da8b0a5b76d07ae36fe0f972a6f5de549d58a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:52:35 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#193) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adde56..4a58f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.8.3] - 2024-12-30 + +### 🐛 Bug Fixes + +- Bump version to match with the release (#188) + +### ⚡ Performance + +- *(bin)* Compile binary as a single code unit and use fat LTO (#191) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#187) +- Bump workspace to 0.0.16 (#189) +- Bump to 0.8.3 (#192) + ## [0.8.2] - 2024-12-30 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 67417b2..b8fd596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,7 +2988,7 @@ dependencies = [ [[package]] name = "television" -version = "0.8.2" +version = "0.8.3" dependencies = [ "better-panic", "clap",