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

bump: version 0.14.4 → 0.14.5

+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.14.4 7 + version: 0.14.5 8 8 version_files: 9 9 - version.go 10 10 version_scheme: semver
+6
CHANGELOG.md
··· 383 383 384 384 ## 0.2.0 (2024-12-10) 385 385 386 + ## v0.14.5 (2025-04-06) 387 + 388 + ### Fix 389 + 390 + - Switches the HTML and CSS "codecs" to be support files of the web output (which they are), so that they can be affected by the choices within it (eg. the image format being used). 391 + 386 392 ## v0.14.4 (2025-04-06) 387 393 388 394 ### Fix
+1 -1
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.4" 6 + var Version = "0.14.5"