Skip to content

Commit

Permalink
Write basic backwards-compatibility policy
Browse files Browse the repository at this point in the history
  • Loading branch information
J3RN committed Jul 29, 2023
1 parent 4d530da commit 25f5d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand Down

0 comments on commit 25f5d36

Please sign in to comment.