diff --git a/CLAUDE.md b/CLAUDE.md index 6ac7fae..785e0c9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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