This commit is contained in:
Will Lillis 2026-08-30 13:32:56 -04:00
parent 6070dbfefd
commit 542d01af64
No known key found for this signature in database
9 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(tree-sitter
VERSION "0.27.0"
VERSION "0.28.0"
DESCRIPTION "An incremental parsing system for programming tools"
HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/"
LANGUAGES C)

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -22,7 +22,7 @@ keywords = [ "incremental", "parsing" ]
license = "MIT"
repository = "https://github.com/tree-sitter/tree-sitter"
rust-version = "1.90"
version = "0.27.0"
version = "0.28.0"
[workspace.lints.clippy]
cargo = { level = "warn", priority = -1 }
@ -128,11 +128,11 @@ walkdir = "2.5.0"
wasmparser = "0.244.0"
webbrowser = "1.2.1"
tree-sitter = { path = "./lib", version = "0.27.0" }
tree-sitter-config = { path = "./crates/config", version = "0.27.0" }
tree-sitter-generate = { default-features = false, path = "./crates/generate", version = "0.27.0" }
tree-sitter-highlight = { path = "./crates/highlight", version = "0.27.0" }
tree-sitter-loader = { path = "./crates/loader", version = "0.27.0" }
tree-sitter-tags = { path = "./crates/tags", version = "0.27.0" }
tree-sitter = { path = "./lib", version = "0.28.0" }
tree-sitter-config = { path = "./crates/config", version = "0.28.0" }
tree-sitter-generate = { default-features = false, path = "./crates/generate", version = "0.28.0" }
tree-sitter-highlight = { path = "./crates/highlight", version = "0.28.0" }
tree-sitter-loader = { path = "./crates/loader", version = "0.28.0" }
tree-sitter-tags = { path = "./crates/tags", version = "0.28.0" }
tree-sitter-language = { path = "./crates/language", version = "0.1.8" }

View file

@ -1,4 +1,4 @@
VERSION := 0.27.0
VERSION := 0.28.0
DESCRIPTION := An incremental parsing system for programming tools
HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/

View file

@ -1,7 +1,7 @@
.{
.name = .tree_sitter,
.fingerprint = 0x841224b447ac0d4f,
.version = "0.27.0",
.version = "0.28.0",
.minimum_zig_version = "0.16.0",
.paths = .{
"build.zig",

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.27.0",
"version": "0.28.0",
"author": {
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"

View file

@ -17,7 +17,7 @@
eachSystem = lib.genAttrs systems;
pkgsFor = inputs.nixpkgs.legacyPackages;
version = "0.27.0";
version = "0.28.0";
fs = lib.fileset;
src = fs.toSource {

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.27.0",
"version": "0.28.0",
"description": "Tree-sitter bindings for the web",
"repository": {
"type": "git",

Binary file not shown.