Skip to content

Commit

Permalink
chore(master): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Jan 26, 2024
1 parent b90d629 commit 7230f06
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/amaanq/tree-sitter-kconfig/compare/v1.0.1...v1.1.0) (2024-01-25)


### Features

* support variables ([d805c00](https://github.com/amaanq/tree-sitter-kconfig/commit/d805c0048057abf48292c771e1674267e5861576))


### Bug Fixes

* allow macro variables in ranges ([2bd2c9d](https://github.com/amaanq/tree-sitter-kconfig/commit/2bd2c9d12494e42d6ae0a8c89080f1639197ba8d))

## [1.0.1](https://github.com/amaanq/tree-sitter-kconfig/compare/v1.0.0...v1.0.1) (2023-08-31)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-kconfig"
description = "Kconfig grammar for tree-sitter"
version = "1.0.1"
version = "1.1.0"
authors = ["Amaan Qureshi <[email protected]>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-kconfig = "1.0.1"
tree-sitter-kconfig = "1.1.0"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-kconfig",
"version": "1.0.1",
"version": "1.1.0",
"description": "Kconfig grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 7230f06

Please sign in to comment.