From 599836393074e4744d78dad76b8b8eb8e1f690ff Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Fri, 8 Jul 2022 12:16:35 +0700 Subject: [PATCH] chore: release 0.1.0 --- Cargo.toml | 2 +- README.rst | 4 +--- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20eea71..58249f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cmake" description = "cmake grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "0.1.0" keywords = ["incremental", "parsing", "cmake"] categories = ["parsing", "text-editors"] repository = "https://github.com/uyha/tree-sitter-cmake" diff --git a/README.rst b/README.rst index edf43a7..b51d4d4 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,5 @@ Parsed syntax - Environment and cache variables - Normal variables -TODO -==== - - Generator expression + diff --git a/package.json b/package.json index d72002a..24e086a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cmake", - "version": "0.1", + "version": "0.1.0", "description": "CMake grammar for tree-sitter", "main": "bindings/node", "author": "Uy Ha",