Skip to content

Commit 869dff3

Browse files
committed
Release v0.1.0
1 parent 2b4f250 commit 869dff3

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
## [v0.1.0](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0) (2023-03-14)
8+
9+
Initial release.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-elixir"
3-
description = "elixir grammar for the tree-sitter parsing library"
3+
description = "Elixir grammar for the tree-sitter parsing library"
44
version = "0.1.0"
55
keywords = ["incremental", "parsing", "elixir"]
66
categories = ["parsing", "text-editors"]

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
22
"name": "tree-sitter-elixir",
33
"version": "0.1.0",
4-
"description": "Elixir grammar for tree-sitter",
4+
"description": "Elixir grammar for the tree-sitter parsing library",
55
"main": "bindings/node",
66
"keywords": [
77
"parser",
88
"lexer",
99
"elixir",
1010
"tree-sitter"
1111
],
12+
"license": "Apache-2.0",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/elixir-lang/tree-sitter-elixir.git"
16+
},
1217
"scripts": {
1318
"test": "tree-sitter test",
1419
"format": "prettier --trailing-comma es5 --write grammar.js",
1520
"format-check": "prettier --trailing-comma es5 --check grammar.js"
1621
},
17-
"license": "Apache-2.0",
1822
"dependencies": {
1923
"nan": "^2.15.0"
2024
},

0 commit comments

Comments
 (0)