We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c6f74 commit f206409Copy full SHA for f206409
1 file changed
README.md
@@ -434,7 +434,18 @@ To change log level to `debug` for all applications, use
434
``` erl
435
logger:set_primary_config(level, debug).
436
```
437
-
+## Ra versioning
438
+
439
+Ra attempts to follow [Semantic Versioning](https://semver.org/).
440
441
+The modules that form part of the public API are:
442
+* `ra`
443
+* `ra_machine`
444
+* `ra_system`
445
+* `ra_counters`
446
+* `ra_leaderboard`
447
+* `ra_env`
448
+* `ra_directory`
449
450
## Copyright and License
451
0 commit comments