diff --git a/CHANGELOG.md b/CHANGELOG.md index 6041c27..bd352e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.3.3](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.3) (2024-12-09) + +### Changed + +* The parser now accepts anonymous functions with no clauses ([#78](https://github.com/elixir-lang/tree-sitter-elixir/pull/78)) +* Moved parser information to tree-sitter.json ([#79](https://github.com/elixir-lang/tree-sitter-elixir/pull/79)) + ## [v0.3.2](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.2) (2024-12-02) ### Added diff --git a/Cargo.toml b/Cargo.toml index 44d97de..180609a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-elixir" description = "Elixir grammar for the tree-sitter parsing library" -version = "0.3.2" +version = "0.3.3" keywords = ["incremental", "parsing", "elixir"] categories = ["parsing", "text-editors"] repository = "https://github.com/elixir-lang/tree-sitter-elixir" diff --git a/Makefile b/Makefile index a05c020..25e35e0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.2 +VERSION := 0.3.3 # Repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index 06f655e..8c1355c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-elixir", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tree-sitter-elixir", - "version": "0.3.2", + "version": "0.3.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 3d402f3..cb1f577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-elixir", - "version": "0.3.2", + "version": "0.3.3", "description": "Elixir grammar for the tree-sitter parsing library", "main": "bindings/node", "types": "bindings/node", diff --git a/tree-sitter.json b/tree-sitter.json index 6c894d9..5bc6ba4 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -12,7 +12,7 @@ } ], "metadata": { - "version": "0.3.2", + "version": "0.3.3", "license": "Apache-2.0", "description": "Elixir grammar for the tree-sitter parsing library", "authors": [