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

bump: version 0.7.6 → 0.7.7

+8 -2
+1 -1
.cz.yaml
··· 3 3 changelog_file: CHANGELOG.md 4 4 name: cz_conventional_commits 5 5 update_changelog_on_bump: true 6 - version: 0.7.6 6 + version: 0.7.7 7 7 version_files: 8 8 - version.go
+6
CHANGELOG.md
··· 1 + ## 0.7.7 (2024-12-16) 2 + 3 + ### Fix 4 + 5 + - Correct HTML output for underline Annotation 6 + 1 7 ## 0.7.6 (2024-12-16) 2 8 3 9 ### 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.7.6" 6 + var Version = "0.7.7"