Skip to content

Commit 4c61c57

Browse files
committed
Add changelog entries for bindings & highlighter v0.2.0
1 parent a3ff253 commit 4c61c57

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

bindings/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## [Unreleased] -->
99

10+
## [v0.2.0] - 2025-06-06
11+
12+
### Added
13+
14+
* Added `TreeCursor::reset`
15+
* Added an iterator for recursively walking over the nodes in a `TreeCursor`: `TreeRecursiveWalker`
16+
17+
### Updated
18+
19+
* Updated the tree-sitter C library to v0.25.6
20+
1021
## [v0.1.1] - 2025-05-14
1122

1223
### Fixed

highlighter/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
<!-- ## [Unreleased] -->
9+
10+
## [v0.2.0] - 2025-06-06
11+
12+
### Added
13+
14+
* Added `Syntax::layers_for_byte_range`
15+
* Added `TreeCursor::reset`
16+
* Added an iterator for recursively walking over the nodes in a `TreeCursor`: `TreeRecursiveWalker`
17+
18+
### Changed
19+
20+
* `InactiveQueryCursor::new` now takes the byte range and match limit as parameters
21+
22+
### Fixed
23+
24+
* Included `LICENSE` in the crate package
25+
* Fixed an issue where a combined injection layer could be queried multiple times by `QueryIter`
26+
* Fixed an issue where a combined injection layer would not be re-parsed when an injection for the layer was removed by an edit
27+
28+
## [v0.1.0] - 2025-05-13
29+
30+
### Added
31+
32+
* Initial publish
33+

0 commit comments

Comments
 (0)