Skip to content

Commit d4287ce

Browse files
committed
update submodule
1 parent 0ece669 commit d4287ce

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

‎CHANGELOG.md‎

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

33
## [1.0.2] - 2026-02-21
44

5+
### Fixed
6+
7+
- Replace `npx tree-sitter` version detection with `sed` in the release recipe, fixing releases in environments without `npx` available.
8+
9+
## [1.0.2] - 2026-02-21
10+
511
_No user-visible changes._
612

713
## [1.0.1] - 2026-02-21

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"livereload >= 2.6.3",
2222
"pygments >= 2.14.0",
2323
"tree-sitter >= 0.23.2",
24-
"tree-sitter-rsm>=1.0.1",
24+
"tree-sitter-rsm>=1.0.2",
2525
"ujson >= 5.10.0",
2626
]
2727
requires-python = ">=3.10"

‎tree-sitter-rsm‎

0 commit comments

Comments
 (0)