Skip to content

Commit

Permalink
0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Dec 11, 2024
1 parent ede1960 commit 1a983b7
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.24.4"
version = "0.24.5"
authors = ["Max Brunsfeld <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down Expand Up @@ -145,9 +145,9 @@ walkdir = "2.5.0"
wasmparser = "0.217.0"
webbrowser = "1.0.2"

tree-sitter = { version = "0.24.4", path = "./lib" }
tree-sitter-generate = { version = "0.24.4", path = "./cli/generate" }
tree-sitter-loader = { version = "0.24.4", path = "./cli/loader" }
tree-sitter-config = { version = "0.24.4", path = "./cli/config" }
tree-sitter-highlight = { version = "0.24.4", path = "./highlight" }
tree-sitter-tags = { version = "0.24.4", path = "./tags" }
tree-sitter = { version = "0.24.5", path = "./lib" }
tree-sitter-generate = { version = "0.24.5", path = "./cli/generate" }
tree-sitter-loader = { version = "0.24.5", path = "./cli/loader" }
tree-sitter-config = { version = "0.24.5", path = "./cli/config" }
tree-sitter-highlight = { version = "0.24.5", path = "./highlight" }
tree-sitter-tags = { version = "0.24.5", path = "./tags" }
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
$(error Windows is not supported)
endif

VERSION := 0.24.4
VERSION := 0.24.5
DESCRIPTION := An incremental parsing system for programming tools
HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "tree-sitter",
.version = "0.24.4",
.version = "0.24.5",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.24.4",
"version": "0.24.5",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)

project(tree-sitter
VERSION "0.24.4"
VERSION "0.24.5"
DESCRIPTION "An incremental parsing system for programming tools"
HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/"
LANGUAGES C)
Expand Down
2 changes: 1 addition & 1 deletion lib/binding_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.24.4",
"version": "0.24.5",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion lib/language/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-language"
description = "The tree-sitter Language type, used by the library and by language implementations"
version = "0.1.2"
version = "0.1.3"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 1a983b7

Please sign in to comment.