Skip to content

Commit f206409

Browse files
authored
SemVer clarification
1 parent 13c6f74 commit f206409

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,18 @@ To change log level to `debug` for all applications, use
434434
``` erl
435435
logger:set_primary_config(level, debug).
436436
```
437-
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`
438449

439450
## Copyright and License
440451

0 commit comments

Comments
 (0)