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>
This commit is contained in:
github-actions[bot] 2024-12-31 00:52:35 +01:00 committed by alexpasmantier
parent 0c5da2a0c3
commit 76da8b0a5b
2 changed files with 17 additions and 1 deletions

View File

@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. 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 ## [0.8.2] - 2024-12-30
### 🚀 Features ### 🚀 Features

2
Cargo.lock generated
View File

@ -2988,7 +2988,7 @@ dependencies = [
[[package]] [[package]]
name = "television" name = "television"
version = "0.8.2" version = "0.8.3"
dependencies = [ dependencies = [
"better-panic", "better-panic",
"clap", "clap",