Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 10, 2024
1 parent e9b3f65 commit c206aad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

[workspace.package]
version = "0.21.0"
version = "0.22.0"
authors = ["Max Brunsfeld <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down Expand Up @@ -86,8 +86,8 @@ wasmparser = "0.201.0"
webbrowser = "0.8.13"
which = "6.0.0"

tree-sitter = { version = "=0.21.0", path = "./lib" }
tree-sitter-loader = { version = "=0.21.0", path = "./cli/loader" }
tree-sitter-config = { version = "=0.21.0", path = "./cli/config" }
tree-sitter-highlight = { version = "=0.21.0", path = "./highlight" }
tree-sitter-tags = { version = "=0.21.0", path = "./tags" }
tree-sitter = { version = "0.22.0", path = "./lib" }
tree-sitter-loader = { version = "0.22.0", path = "./cli/loader" }
tree-sitter-config = { version = "0.22.0", path = "./cli/config" }
tree-sitter-highlight = { version = "0.22.0", path = "./highlight" }
tree-sitter-tags = { version = "0.22.0", path = "./tags" }
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.21.0
VERSION := 0.22.0

# install directory layout
PREFIX ?= /usr/local
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.21.0",
"version": "0.22.0",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {
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.21.0",
"version": "0.22.0",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
Expand Down

0 comments on commit c206aad

Please sign in to comment.