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

bump: version 0.14.15 → 0.15.0

+15 -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.14.15 7 + version: 0.15.0 8 8 version_files: 9 9 - internal/version/version.go 10 10 version_scheme: semver
+13
CHANGELOG.md
··· 383 383 384 384 ## 0.2.0 (2024-12-10) 385 385 386 + ## v0.15.0 (2025-07-26) 387 + 388 + ### Feat 389 + 390 + - polish for first pass of svg creator 391 + - unpolished svg web format (no decode) 392 + 393 + ### Fix 394 + 395 + - set v0.0.0 as version for tests, to prevent flip-flopping on release 396 + - ensure card colour is used as the background colour for all JPEG images 397 + - Keep metadata in JPEG 398 + 386 399 ## v0.14.15 (2025-07-12) 387 400 388 401 ### 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.14.15" 6 + var Version = "0.15.0"