From 0114a48a2c87e914b73f1033281c2a196a22b92b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 13 Apr 2026 21:44:48 +0200 Subject: [PATCH] v0.0.6 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- Makefile | 2 +- package.json | 2 +- pyproject.toml | 2 +- tree-sitter.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57de1c2..ebca42d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-dotenv - VERSION "0.0.5" + VERSION "0.0.6" DESCRIPTION "Dotenv grammar for tree-sitter" HOMEPAGE_URL "https://github.com/pnx/tree-sitter-dotenv" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 94df67d..7eb8616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-dotenv" description = "Dotenv grammar for tree-sitter" -version = "0.0.5" +version = "0.0.6" license = "MIT" readme = "README.md" keywords = ["incremental", "parsing", "tree-sitter", "dotenv"] diff --git a/Makefile b/Makefile index b20820e..ee6dd68 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.0.5 +VERSION := 0.0.6 LANGUAGE_NAME := tree-sitter-dotenv diff --git a/package.json b/package.json index 8cb8555..fe107c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-dotenv", - "version": "0.0.5", + "version": "0.0.6", "description": "Dotenv grammar for tree-sitter", "repository": "github:pnx/tree-sitter-dotenv", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index c4b8c67..16762ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-dotenv" description = "Dotenv grammar for tree-sitter" -version = "0.0.5" +version = "0.0.6" keywords = ["incremental", "parsing", "tree-sitter", "dotenv"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 4597f2a..ff44669 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -15,7 +15,7 @@ } ], "metadata": { - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "description": "Dotenv grammar for tree-sitter", "authors": [