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.15.5 → 0.15.6
github-actions[bot]
4 months ago
b9be609c
a145aa06
+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.15.5
7
7
+
version: 0.15.6
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.15.6 (2025-11-02)
387
387
+
388
388
+
### Refactor
389
389
+
390
390
+
- :arrow_up: bump dependencies
391
391
+
386
392
## v0.15.5 (2025-08-03)
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.15.5"
6
6
+
var Version = "0.15.6"