We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698afee commit 4c31ae3Copy full SHA for 4c31ae3
CONTRIBUTING.md
@@ -35,5 +35,20 @@ cargo fmt
35
- Add documentation comments (///) for public items
36
- Add tests for new functionality when possible
37
38
+## Versioning
39
+
40
+This project follows Semantic Versioning.
41
42
+General guidelines:
43
+- CI / workflow changes → no version bump
44
+- Documentation or README fixes → no version bump
45
+- Internal refactors with no API change → no version bump
46
+- Bug fixes affecting users → PATCH bump (maintainer will handle)
47
+- New backward-compatible features → MINOR bump
48
+- Breaking changes → MAJOR bump
49
50
+Releases are handled by the maintainer.
51
52
53
## Question or ideas?
54
Feel free to open an issue to discuss changes before starting work.
0 commit comments