From 25f5d36cde26dce28084778203d7ec3d04b652ce Mon Sep 17 00:00:00 2001 From: Jonathan Arnett Date: Sat, 29 Jul 2023 18:59:47 -0400 Subject: [PATCH] Write basic backwards-compatibility policy --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cc2f0db..353a487 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,14 @@ Contributing 3. Add parser feature tests to the relevant file(s) in `test/corpus/`, or make a new one. 4. Run `npm run test` and fix any failing tests. +Policies +-------- + +Per the conversation in [#55](https://github.com/gleam-lang/tree-sitter-gleam/pull/55), we have decided that from v0.28.0 forward, tree-sitter-gleam will maintain backwards compatibility with the previous two versions; meaning that each release will support three versions: +- Current +- Current - 1 +- Current - 2 + Style -----