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",