From a233ebe360a73a92c50978e5c4e9e471bc59ff42 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 22 Nov 2022 10:59:45 +0100 Subject: [PATCH] Release 0.3.0 Some breaking changes in high-light groups, to better align with neovim. --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 972a3e5..f852767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tiger" description = "Tiger grammar for the tree-sitter parsing library" -version = "0.2.0" +version = "0.3.0" keywords = ["incremental", "parsing", "tiger"] categories = ["parsing", "text-editors"] repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger" diff --git a/package.json b/package.json index e34d9cd..65664c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-tiger", - "version": "0.2.0", + "version": "0.3.0", "description": "tiger grammar for tree-sitter", "main": "bindings/node", "keywords": [