File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-bitbake"
33description = " BitBake grammar for tree-sitter"
4- version = " 1.0.2 "
4+ version = " 1.1.0 "
55authors = [
" Amaan Qureshi <[email protected] >" ]
66license = " MIT"
77readme = " bindings/rust/README.md"
Original file line number Diff line number Diff line change 99``` toml
1010[dependencies ]
1111tree-sitter = " 0.20.10"
12- tree-sitter-bitbake = " 1.0.2 "
12+ tree-sitter-bitbake = " 1.1.0 "
1313```
1414
1515Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments