Skip to content

Commit 6cb07d9

Browse files
github-actions[bot]amaanq
authored andcommitted
chore(master): release 1.0.1
1 parent d68fa0a commit 6cb07d9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/amaanq/tree-sitter-bitbake/compare/v1.0.0...v1.0.1) (2023-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **shell:** allow braces variables in shell_content ([0aa0fc4](https://github.com/amaanq/tree-sitter-bitbake/commit/0aa0fc4699661acd846356d6df3f22c5063ebd3f))
9+
* **strings:** allow any escaped character in strings ([d68fa0a](https://github.com/amaanq/tree-sitter-bitbake/commit/d68fa0afc734412af8cab908dfed2e5c6c7d948b))
10+
311
## 1.0.0 (2023-08-17)
412

513

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-bitbake"
33
description = "BitBake grammar for tree-sitter"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
authors = ["Amaan Qureshi <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

bindings/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way.)
99
```toml
1010
[dependencies]
1111
tree-sitter = "0.20.10"
12-
tree-sitter-bitbake = "1.0.0"
12+
tree-sitter-bitbake = "1.0.1"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-bitbake",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "BitBake grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)