Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Dec 4, 2020
1 parent 80d85cc commit 14055bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## v0.1.0

Initial release

## v0.2.0

- Fixed references not being allowed as node names.

## v0.3.0

- Fixed commas not being allowed in node addresses.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-devicetree",
"version": "0.2.0",
"version": "0.3.0",
"description": "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 14055bd

Please sign in to comment.