Skip to content

Commit c37a602

Browse files
docs(README.md): Add versioning policy
1 parent 7d000fe commit c37a602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ uvicorn example:app
114114

115115
For more guides and examples, please see the [documentation](https://ariadnegraphql.org).
116116

117+
## Versioning policy ##
118+
`ariadne` follows a custom versioning scheme where the minor version increases for breaking changes, while the patch version increments for bug fixes, enhancements, and other non-breaking updates.
119+
120+
Since `ariadne` has not yet reached a stable API, this approach is in place until version 1.0.0. Once the API stabilizes, the project will adopt [Semantic Versioning](https://semver.org/).
121+
117122

118123
## Contributing
119124

0 commit comments

Comments
 (0)