Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Jul 15, 2023
1 parent b958f5b commit bd6cc0c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-07-15)


### Features

* Initial working parser ([14e4760](https://github.com/amaanq/tree-sitter-uxntal/commit/14e47600afef0affffcbfbe1543381b1ac8fbc5c))
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-uxntal"
description = "Uxn Tal Assembly grammar for tree-sitter"
version = "0.0.1"
version = "1.0.0"
authors = ["Amaan Qureshi <amaanq12@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.9"
tree-sitter-uxntal = "0.0.1"
tree-sitter-uxntal = "1.0.0"
```

Typically, you will use the [language][language func] function to add this
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-uxntal",
"version": "0.0.1",
"version": "1.0.0",
"description": "Uxn Tal Assembly grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit bd6cc0c

Please sign in to comment.