···383383384384## 0.2.0 (2024-12-10)
385385386386+## v0.15.0 (2025-07-26)
387387+388388+### Feat
389389+390390+- polish for first pass of svg creator
391391+- unpolished svg web format (no decode)
392392+393393+### Fix
394394+395395+- set v0.0.0 as version for tests, to prevent flip-flopping on release
396396+- ensure card colour is used as the background colour for all JPEG images
397397+- Keep metadata in JPEG
398398+386399## v0.14.15 (2025-07-12)
387400388401### Fix
+1-1
internal/version/version.go
···33// Version number is managed by commitizen, do not edit manually.
4455// The semantic version of this reference implementation of the postcard file formats
66-var Version = "0.14.15"
66+var Version = "0.15.0"