Skip to content

Commit

Permalink
chore(master): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Sep 21, 2023
1 parent d68fa0a commit 6cb07d9
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.0.1](https://github.com/amaanq/tree-sitter-bitbake/compare/v1.0.0...v1.0.1) (2023-09-21)


### Bug Fixes

* **shell:** allow braces variables in shell_content ([0aa0fc4](https://github.com/amaanq/tree-sitter-bitbake/commit/0aa0fc4699661acd846356d6df3f22c5063ebd3f))
* **strings:** allow any escaped character in strings ([d68fa0a](https://github.com/amaanq/tree-sitter-bitbake/commit/d68fa0afc734412af8cab908dfed2e5c6c7d948b))

## 1.0.0 (2023-08-17)


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-bitbake"
description = "BitBake grammar for tree-sitter"
version = "1.0.0"
version = "1.0.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-bitbake = "1.0.0"
tree-sitter-bitbake = "1.0.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-bitbake",
"version": "1.0.0",
"version": "1.0.1",
"description": "BitBake grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 6cb07d9

Please sign in to comment.