bump: version 0.5.0 → 0.5.1
All checks were successful
Build and Release / build (push) Successful in 3m44s

This commit is contained in:
aria 2025-06-17 00:40:42 +10:00
parent 50131d949b
commit fa9aa2e174
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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