release: v0.13.0
Some checks failed
ci / test (push) Has been cancelled
ci / worker (push) Has been cancelled
ci / windows (push) Has been cancelled
ci / darwin-cgo-build (push) Has been cancelled

This commit is contained in:
Peter Steinberger 2026-04-20 23:09:30 +01:00
parent 5f396e6f49
commit 5cd913e287
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 0.13.0 - 2026-04-20
### Highlights
- Gmail: safer sending and richer message workflows, with no-send guardrails, forwarding, autoreplies, full-body search output, label styling, and better MIME/body handling. (#454, #482, #447, #457, #476, #477, #511) — thanks @veteranbv, @spencer-c-reed, @GodsBoy, @iskw9973, @shashankkr9, @yeager, and @dinakars777.

View File

@ -10,7 +10,7 @@ import (
)
var (
version = "0.12.0-dev"
version = "0.13.0-dev"
commit = ""
date = ""
)