From 82da3da3f6daea31826be8affd35f404ead1c968 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Thu, 5 Jan 2023 14:24:56 -0800 Subject: [PATCH] Update Readme.md for versioning Updated the front readme doc about the non-semver versioning so that the rationale is more apparent to users. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 83fa84adb..0f38c8eb7 100644 --- a/readme.md +++ b/readme.md @@ -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.