diff --git a/CHANGELOG.md b/CHANGELOG.md index 129cd4e..d48e9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/amaanq/tree-sitter-kconfig/compare/v1.0.0...v1.0.1) (2023-08-31) + + +### Bug Fixes + +* update highlights ([aaba009](https://github.com/amaanq/tree-sitter-kconfig/commit/aaba009ba9d7881f0f81742da588ae70b572316d)) + ## 1.0.0 (2023-08-31) diff --git a/Cargo.toml b/Cargo.toml index f25eadc..89f7c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-kconfig" description = "Kconfig grammar for tree-sitter" -version = "1.0.0" +version = "1.0.1" authors = ["Amaan Qureshi "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 8d27779..749ccff 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-kconfig = "1.0.0" +tree-sitter-kconfig = "1.0.1" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index 7992ccd..c344654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-kconfig", - "version": "1.0.0", + "version": "1.0.1", "description": "Kconfig grammar for tree-sitter", "main": "bindings/node", "keywords": [