From fa9aa2e1741642bc9563fb64eccb284031e9aa38 Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 17 Jun 2025 00:40:42 +1000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index f93ec1e..bf15647 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver2" -version = "0.5.0" +version = "0.5.1" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5ca3e..479a1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (2025-06-17) + +### Fix + +- **csv output**: add missing frame width and height headers + ## 0.5.0 (2025-06-16) ### Feat