Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Dec 27, 2024
1 parent 70accb4 commit 69086d7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"description": "gaptst grammar for tree-sitter",
"authors": [
Expand Down

0 comments on commit 69086d7

Please sign in to comment.