Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Mar 14, 2023
1 parent 2b4f250 commit 869dff3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.1.0](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0) (2023-03-14)

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree-sitter-elixir"
description = "elixir grammar for the tree-sitter parsing library"
description = "Elixir grammar for the tree-sitter parsing library"
version = "0.1.0"
keywords = ["incremental", "parsing", "elixir"]
categories = ["parsing", "text-editors"]
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "tree-sitter-elixir",
"version": "0.1.0",
"description": "Elixir grammar for tree-sitter",
"description": "Elixir grammar for the tree-sitter parsing library",
"main": "bindings/node",
"keywords": [
"parser",
"lexer",
"elixir",
"tree-sitter"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/elixir-lang/tree-sitter-elixir.git"
},
"scripts": {
"test": "tree-sitter test",
"format": "prettier --trailing-comma es5 --write grammar.js",
"format-check": "prettier --trailing-comma es5 --check grammar.js"
},
"license": "Apache-2.0",
"dependencies": {
"nan": "^2.15.0"
},
Expand Down

0 comments on commit 869dff3

Please sign in to comment.