Skip to content

Commit

Permalink
chore(master): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Feb 1, 2024
1 parent dad9c38 commit 486fea7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/amaanq/tree-sitter-kconfig/compare/v1.1.0...v1.1.1) (2024-02-01)


### Bug Fixes

* allow variables to be delimited by commas ([5fefd45](https://github.com/amaanq/tree-sitter-kconfig/commit/5fefd45628a32fc999aa9f4aebcc5ddcd071bcf2))
* support more variable assignment operators ([dad9c38](https://github.com/amaanq/tree-sitter-kconfig/commit/dad9c38f12db7d441efd72785833746f7f9f7619))

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


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.1.0"
version = "1.1.1"
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.1.0"
tree-sitter-kconfig = "1.1.1"
```

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.1.0",
"version": "1.1.1",
"description": "Kconfig grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 486fea7

Please sign in to comment.