summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brunsfeld <maxbrunsfeld@gmail.com>2021-06-29 17:18:39 -0700
committerMax Brunsfeld <maxbrunsfeld@gmail.com>2021-06-29 17:18:39 -0700
commite85a279cf29da1b08648e27214dda20a841e57c8 (patch)
tree70974df150a9e0b2c101797f6361c4af89075b3e
parentbe697773506f86814e7dabe81051068c453c6c1e (diff)
0.20.0v0.20.0
-rw-r--r--Cargo.lock2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/npm/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf34a422..a6be4cdc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,7 @@ dependencies = [
[[package]]
name = "tree-sitter-cli"
-version = "0.19.5"
+version = "0.20.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 85e9b4d1..6ec541dd 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cli"
description = "CLI tool for developing, testing, and using Tree-sitter parsers"
-version = "0.19.5"
+version = "0.20.0"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"
diff --git a/cli/npm/package.json b/cli/npm/package.json
index 2c5e364a..66c7ccb2 100644
--- a/cli/npm/package.json
+++ b/cli/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
- "version": "0.19.5",
+ "version": "0.20.0",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {