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 Oct 22, 2023
1 parent 492878e commit bc06955
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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-10-22)


### Features

* initial commit ([492878e](https://github.com/amaanq/tree-sitter-gn/commit/492878ebee3552ac4631b064e02d19a00b894535))
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-gn"
description = "GN grammar for the tree-sitter parsing library"
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.10"
tree-sitter-gn = "0.0.1"
tree-sitter-gn = "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-gn",
"version": "0.0.1",
"version": "1.0.0",
"description": "GN (Generate Ninja) grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit bc06955

Please sign in to comment.