Skip to content

Commit 8e07e67

Browse files
Release 0.1.10 (#33)
> [!IMPORTANT] > Merging this pull request will create this release ## Features - add mailto SMTP support and parity coverage (#32) Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent d23bcf0 commit 8e07e67

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.1.10 (2026-01-31)
7+
8+
### Features
9+
10+
- add mailto SMTP support and parity coverage (#32)
11+
612
## 0.1.9 (2026-01-28)
713

814
### Features

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.1.9"
12+
var Version = "0.1.10"
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)