Commit 7b880dd
committed
chore: release 0.25.1
1 parent 4862dce commit 7b880dd
2 files changed
+2
-2
lines changed- .github/workflows/build.yml-7
- .github/workflows/ci.yml-6
- Cargo.lock+17-10
- Cargo.toml+1-2
- Makefile+1-7
- build.zig.zon+1-1
- cli/benches/benchmark.rs+3-3
- cli/generate/Cargo.toml+1-3
- cli/generate/src/lib.rs+1-2
- cli/generate/src/prepare_grammar/extract_tokens.rs+3-8
- cli/generate/src/render.rs+9-11
- cli/generate/src/rules.rs+1
- cli/loader/emscripten-version+1-1
- cli/loader/src/lib.rs+10-10
- cli/npm/package.json+1-1
- cli/src/fuzz/allocations.rs+1-1
- cli/src/fuzz/mod.rs+1-3
- cli/src/highlight.rs+3-3
- cli/src/input.rs+2-2
- cli/src/main.rs+1-2
- cli/src/parse.rs+18-33
- cli/src/query.rs+2-2
- cli/src/templates/lib.rs+8-6
- cli/src/templates/makefile-2
- cli/src/test_highlight.rs+1-1
- cli/src/tests/async_context_test.rs+1-1
- cli/src/tests/corpus_test.rs+18-22
- cli/src/tests/helpers/allocations.rs+1-1
- cli/src/tests/language_test.rs-1
- cli/src/wasm.rs+4-12
- docs/src/cli/parse.md+1-1
- lib/CMakeLists.txt+1-1
- lib/binding_rust/build.rs+3-6
- lib/binding_rust/ffi.rs-1
- lib/binding_rust/lib.rs+4-8
- lib/binding_web/lib/tree-sitter.c+7-12
- lib/binding_web/package-lock.json+2-2
- lib/binding_web/package.json+4-8
- lib/binding_web/src/language.ts+2-1
- lib/binding_web/src/marshal.ts+2-2
- lib/binding_web/src/node.ts+1-1
- lib/binding_web/test/language.test.ts-1
- lib/binding_web/test/node.test.ts-15
- lib/binding_web/test/parser.test.ts+1-1
- lib/binding_web/test/query.test.ts+3-3
- lib/include/tree_sitter/api.h+1
- lib/src/get_changed_ranges.c+18-40
- lib/src/parser.c+17-29
- lib/src/parser.h+1
- lib/src/portable/endian.h+1-5
- lib/src/query.c-9
- lib/src/stack.c-12
- lib/src/stack.h-3
- lib/src/subtree.c+1-6
- lib/src/tree_cursor.c+2-3
- xtask/src/bump.rs-5
- xtask/src/main.rs+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments