Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bollian committed Feb 24, 2024
1 parent 169a614 commit 0ccf601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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-openscad"
description = "openscad grammar for the tree-sitter parsing library"
version = "0.5.0"
version = "0.5.1"
keywords = ["incremental", "parsing", "openscad"]
categories = ["parsing", "text-editors"]
authors = ["Ian Boll <[email protected]>"]
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.5.1

Bugfixes:
- allow trailing commas in module and function invocations (8af3261)

## Version 0.5.0

Features / Behavior Changes:
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-openscad",
"version": "0.5.0",
"version": "0.5.1",
"description": "OpenSCAD grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 0ccf601

Please sign in to comment.