Skip to content

Commit 1f357c3

Browse files
authored
Merge pull request lightspeed-core#804 from tisnik/info-versioning
LCORE-366: Info about versioning
2 parents 00821f3 + 92c8ae6 commit 1f357c3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ The service includes comprehensive user data collection capabilities for various
8181
* [Sequence diagrams](#sequence-diagrams)
8282
* [Query endpoint REST API handler](#query-endpoint-rest-api-handler)
8383
* [Streaming query endpoint REST API handler](#streaming-query-endpoint-rest-api-handler)
84+
* [Versioning](#versioning)
8485

8586
<!-- vim-markdown-toc -->
8687

@@ -905,3 +906,12 @@ For complete integration setup, deployment options, and configuration details, s
905906
## Streaming query endpoint REST API handler
906907
907908
![Streaming query endpoint](docs/streaming_query_endpoint.svg)
909+
910+
## Versioning
911+
912+
We follow [Semantic Versioning](http://semver.org/spec/v1.0.0.html).
913+
The version X.Y.Z indicates:
914+
915+
* X is the major version (backward-incompatible),
916+
* Y is the minor version (backward-compatible), and
917+
* Z is the patch version (backward-compatible bug fix).

0 commit comments

Comments
 (0)