A tool for archiving & converting scans of postcards, and information about them.

bump: version 0.15.6 → 0.15.7

+8 -2
+1 -1
.cz.yaml
··· 4 4 name: cz_conventional_commits 5 5 tag_format: v$version 6 6 update_changelog_on_bump: true 7 - version: 0.15.6 7 + version: 0.15.7 8 8 version_files: 9 9 - internal/version/version.go 10 10 version_scheme: semver
+6
CHANGELOG.md
··· 383 383 384 384 ## 0.2.0 (2024-12-10) 385 385 386 + ## v0.15.7 (2025-11-02) 387 + 388 + ### Fix 389 + 390 + - increase quality of non-archival webp images 391 + 386 392 ## v0.15.6 (2025-11-02) 387 393 388 394 ### Refactor
+1 -1
internal/version/version.go
··· 3 3 // Version number is managed by commitizen, do not edit manually. 4 4 5 5 // The semantic version of this reference implementation of the postcard file formats 6 - var Version = "0.15.6" 6 + var Version = "0.15.7"