docs: add version bumping guidelines to CLAUDE.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 23:35:41 +01:00
parent d4b9577070
commit e381038537

View File

@@ -82,6 +82,14 @@ test: add or update tests
chore: maintenance tasks
```
## Version Bumping
Follow semantic versioning:
- **Patch** (0.0.x): Bugfixes
- **Minor** (0.x.0): Non-breaking changes adding features
- **Major** (x.0.0): Breaking changes
## Key Design Decisions
- Go chosen for mature Prometheus client library and static binary output