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

bump: version 0.15.5 → 0.15.6

+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.5 7 + version: 0.15.6 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.6 (2025-11-02) 387 + 388 + ### Refactor 389 + 390 + - :arrow_up: bump dependencies 391 + 386 392 ## v0.15.5 (2025-08-03) 387 393 388 394 ### Fix
+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.5" 6 + var Version = "0.15.6"