Please follow those basic steps when updating the library
- Do your updates to the code
- Update the version number in the generator file X.Y.Z.
- Increment X for major versions
- Increment Y for major changes
- Increment Z for minor fixes
- Generate the libraries and replace the release versions
- This verifies that the library can still be generated
- This updates the release version of the library
- Run the demo docker to check if the library compiles
- Update README.md to reflect the changes