Skip to content

Commit 69086d7

Browse files
committed
chore(release): 0.4.2
1 parent 70accb4 commit 69086d7

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [0.4.2](https://github.com/gap-system/tree-sitter-gaptst/compare/v0.4.1...v0.4.2) (2024-12-27)
6+
7+
8+
### Features
9+
10+
* Improve highlight query ([8f7b4d5](https://github.com/gap-system/tree-sitter-gaptst/commit/8f7b4d511ee0656d993d73b24bf3a1e0179d4aec))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix branch for CI ([cbe6078](https://github.com/gap-system/tree-sitter-gaptst/commit/cbe60780207f1cf7a960a1a6559d75dba3373bbf))
16+
* Fix go module name ([4cf64ad](https://github.com/gap-system/tree-sitter-gaptst/commit/4cf64ad99cb3e13dde7e04d548bc7b06198d888b))
17+
* Fix swift bindings ([d1b4737](https://github.com/gap-system/tree-sitter-gaptst/commit/d1b4737085360d357845c72e0a30a9627f27c0ac))
18+
519
## 0.4.1 (2024-08-29)
620

721
### ⚠ BREAKING CHANGES

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"metadata": {
17-
"version": "0.4.1",
17+
"version": "0.4.2",
1818
"license": "MIT",
1919
"description": "gaptst grammar for tree-sitter",
2020
"authors": [

0 commit comments

Comments
 (0)