Skip to content

Commit

Permalink
Document versioning policy (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 9, 2024
1 parent 23918e8 commit d078472
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The original code is taken and from
The code is simplified by removing dependencies and some helper functions are
added to report the native OS error messages on failures.


Building on Linux/Mac
---------------------
$ cd sharedlibpp
Expand All @@ -34,3 +33,8 @@ The build system by default compiles and build the examples.
> math_test mymath
> math_test_custom mymathcustom
```

Versioning policy
-----------------

Any ABI or API incompatible change will result in a major release bump.

0 comments on commit d078472

Please sign in to comment.