tangled
alpha
login
or
join now
byjp.me
/
dotpostcard
0
fork
atom
A tool for archiving & converting scans of postcards, and information about them.
0
fork
atom
overview
issues
pulls
pipelines
bump: version 0.14.10 → 0.14.11
github-actions[bot]
11 months ago
40f1993a
2b387704
+8
-2
3 changed files
expand all
collapse all
unified
split
.cz.yaml
CHANGELOG.md
internal
version
version.go
+1
-1
.cz.yaml
···
4
4
name: cz_conventional_commits
5
5
tag_format: v$version
6
6
update_changelog_on_bump: true
7
7
-
version: 0.14.10
7
7
+
version: 0.14.11
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
386
+
## v0.14.11 (2025-04-11)
387
387
+
388
388
+
### Fix
389
389
+
390
390
+
- **postoffice**: :bug: Ensure USD only gets texture, not HTML/CSS
391
391
+
386
392
## v0.14.10 (2025-04-10)
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
6
-
var Version = "0.14.10"
6
6
+
var Version = "0.14.11"