From cda48a5e890b30619da5bc3ff55be1b1d3d08c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:35:19 +0000 Subject: [PATCH] chore(master): release 1.2.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 d2f411a..6d520df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/amaanq/tree-sitter-csv/compare/v1.1.1...v1.2.0) (2023-08-31) + + +### Features + +* add hex numbers ([6c19574](https://github.com/amaanq/tree-sitter-csv/commit/6c1957405bd6f7751b050f61367f1094fab91444)) + ## [1.1.1](https://github.com/amaanq/tree-sitter-csv/compare/v1.1.0...v1.1.1) (2023-08-18) diff --git a/Cargo.toml b/Cargo.toml index a63567c..c7e4464 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.1.1" +version = "1.2.0" authors = ["Amaan Qureshi "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 27555c9..894ed98 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.1.1" +tree-sitter-csv = "1.2.0" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index c89f6da..0c5a7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-csv", - "version": "1.1.1", + "version": "1.2.0", "description": "CSV, PSV, & TSV grammar for tree-sitter", "main": "bindings/node", "keywords": [