diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d21a34..6df1a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.4.2](https://github.com/gap-system/tree-sitter-gaptst/compare/v0.4.1...v0.4.2) (2024-12-27) + + +### Features + +* Improve highlight query ([8f7b4d5](https://github.com/gap-system/tree-sitter-gaptst/commit/8f7b4d511ee0656d993d73b24bf3a1e0179d4aec)) + + +### Bug Fixes + +* Fix branch for CI ([cbe6078](https://github.com/gap-system/tree-sitter-gaptst/commit/cbe60780207f1cf7a960a1a6559d75dba3373bbf)) +* Fix go module name ([4cf64ad](https://github.com/gap-system/tree-sitter-gaptst/commit/4cf64ad99cb3e13dde7e04d548bc7b06198d888b)) +* Fix swift bindings ([d1b4737](https://github.com/gap-system/tree-sitter-gaptst/commit/d1b4737085360d357845c72e0a30a9627f27c0ac)) + ## 0.4.1 (2024-08-29) ### ⚠ BREAKING CHANGES diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e212c9..8793334 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-gaptst - VERSION "0.4.1" + VERSION "0.4.2" DESCRIPTION "gaptst grammar for tree-sitter" HOMEPAGE_URL "https://github.com/gap-system/tree-sitter-gaptst" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 8fb6f10..fb017fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-gaptst" description = "gaptst grammar for tree-sitter" -version = "0.4.1" +version = "0.4.2" authors = ["Reinis Cirpons "] keywords = ["incremental", "parsing", "gaptst"] categories = ["parsing", "text-editors"] diff --git a/Makefile b/Makefile index 440245e..7f28bee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CORPUS_VERSION=v4.14.0 -GRAMMAR_VERSION=v0.4.1 +GRAMMAR_VERSION=v0.4.2 EXAMPLES_DIR=./examples RELEASE_PREFIX=https://github.com/gap-system/tree-sitter-gaptst/releases/download diff --git a/package.json b/package.json index a93de2b..43bbcbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-gaptst", - "version": "0.4.1", + "version": "0.4.2", "description": "gap test file grammar for tree-sitter", "keywords": [ "tree-sitter", diff --git a/pyproject.toml b/pyproject.toml index ca7e3b5..e85749c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-gaptst" description = "gaptst grammar for tree-sitter" -version = "0.4.1" +version = "0.4.2" keywords = ["incremental", "parsing", "tree-sitter", "gaptst"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index aed388b..498cef4 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "description": "gaptst grammar for tree-sitter", "authors": [