Skip to content

Commit cf5e556

Browse files
Release 0.2.6 (#63)
> [!IMPORTANT] > Merging this pull request will create this release ## Fixes - match apprise help and option errors (#62) Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent fbed2ba commit cf5e556

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This project maintains its own release version. Compatibility with upstream
44
`caronc/apprise` releases is tracked separately via
55
`internal/version.UpstreamVersion`.
6+
## 0.2.6 (2026-05-21)
7+
8+
### Fixes
9+
10+
- match apprise help and option errors (#62)
11+
612
## 0.2.5 (2026-05-21)
713

814
### Fixes

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
)
1010

1111
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.Version=1.2.3"
12-
var Version = "0.2.5"
12+
var Version = "0.2.6"
1313

1414
// UpstreamVersion tracks the caronc/apprise release version we are compatible with.
1515
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.UpstreamVersion=1.2.3"

0 commit comments

Comments
 (0)