Merge pull request 'chore(release): prepare for 1.4.0' (#306) from next-release into main
Release / release (push) Successful in 3m15s
cron-checker / test (push) Successful in 4m25s
cron-checker / vulnerabilities (push) Successful in 7m34s

Reviewed-on: #306
This commit was merged in pull request #306.
This commit is contained in:
2026-01-09 15:56:02 +00:00
2 changed files with 20 additions and 1 deletions
+3 -1
View File
@@ -1 +1,3 @@
{"version":"1.3.18"}
{
"version": "1.4.0"
}
+17
View File
@@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## [1.4.0] - 2026-01-09
### 🚀 Features
- Migrate from GitLab CI to Gitea Actions
- Add release workflow using shared workflow
### 📚 Documentation
- Add CLAUDE.md for Claude Code guidance
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.25.5 docker digest to ad03ba9
- *(deps)* Update actions/checkout action to v6
- *(deps)* Update actions/setup-go action to v6
## [1.3.18] - 2025-12-18
### 🐛 Bug Fixes