From 00889606b97b2b4c394276f118ad5feb970d0125 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:24:37 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- bindings/rust/README.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b739ac..c2966af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/amaanq/tree-sitter-csv/compare/v1.0.0...v1.1.0) (2023-08-17) + + +### Features + +* add PSV support ([1e1c291](https://github.com/amaanq/tree-sitter-csv/commit/1e1c291e6488867322442f6ca6f445e05fc52253)) + ## 1.0.0 (2023-08-17) diff --git a/Cargo.toml b/Cargo.toml index 001f1fc..cd31aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-csv" description = "CSV, PSV, & TSV grammar for tree-sitter" -version = "1.0.0" +version = "1.1.0" authors = ["Amaan Qureshi "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 3177e6a..1396276 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "0.20.10" -tree-sitter-csv = "1.0.0" +tree-sitter-csv = "1.1.0" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index cd63ec4..ebaade1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-csv", - "version": "1.0.0", + "version": "1.1.0", "description": "CSV, PSV, & TSV grammar for tree-sitter", "main": "bindings/node", "keywords": [