Skip to content

Commit 10bacac

Browse files
github-actions[bot]amaanq
authored andcommitted
chore(master): release 1.1.0
1 parent bae410b commit 10bacac

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/amaanq/tree-sitter-bitbake/compare/v1.0.2...v1.1.0) (2023-11-11)
4+
5+
6+
### Features
7+
8+
* misc improvements and bug fixes ([bae410b](https://github.com/amaanq/tree-sitter-bitbake/commit/bae410bae601180aaa4fcf02d1c8dbfc1e28f1eb))
9+
10+
11+
### Bug Fixes
12+
13+
* parse shell content better ([73bd0f8](https://github.com/amaanq/tree-sitter-bitbake/commit/73bd0f89c63572e4a63d380e3ac4e725b8e5c2ce))
14+
315
## [1.0.2](https://github.com/amaanq/tree-sitter-bitbake/compare/v1.0.1...v1.0.2) (2023-11-08)
416

517

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.2"
4+
version = "1.1.0"
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.2"
12+
tree-sitter-bitbake = "1.1.0"
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.2",
3+
"version": "1.1.0",
44
"description": "BitBake grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)