feat: bump version to 7.6.0 across all manifests and documentation

This commit is contained in:
alexsparkes
2026-01-25 20:44:44 +00:00
parent 4a2f1334f3
commit 5c8d9a3a44
8 changed files with 21 additions and 21 deletions

View File

@@ -8,9 +8,9 @@ on:
required: true
type: choice
options:
- patch # 7.5.0 -> 7.5.1 (bug fixes)
- minor # 7.5.0 -> 7.6.0 (new features)
- major # 7.5.0 -> 8.0.0 (breaking changes)
- patch # 7.6.0 -> 7.5.1 (bug fixes)
- minor # 7.6.0 -> 7.6.0 (new features)
- major # 7.6.0 -> 8.0.0 (breaking changes)
pre_release:
description: 'Pre-release label (leave empty for stable release)'
required: false