Update Readme.md for versioning

Updated the front readme doc about the non-semver versioning so that the rationale is more apparent to users.
This commit is contained in:
Derek Bailey 2023-01-05 14:24:56 -08:00 committed by GitHub
parent a809a2d3f7
commit 82da3da3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Code generation and runtime libraries for many popular languages.
1. TypeScript - [NPM](https://www.npmjs.com/package/flatbuffers)
1. Nim
## Versioning
FlatBuffers does not follow traditional Semver versioning (see [rationale](https://github.com/google/flatbuffers/wiki/Versioning)) but rather uses a format of the date of the release.
## Contribution
* [FlatBuffers Issues Tracker][] to submit an issue.