Skip to content

Commit 3455fdf

Browse files
committed
Release v0.3.5
1 parent 0d26ef5 commit 3455fdf

8 files changed

Lines changed: 11 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased](https://github.com/elixir-lang/tree-sitter-elixir/tree/main)
7+
## [v0.3.5](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.5) (2025-03-02)
88

99
### Added
1010

1111
* Support for ~SQL sigils in the built-in injections ([#84](https://github.com/elixir-lang/tree-sitter-elixir/pull/84))
12+
* WASM binary to the npm package ([#87](https://github.com/elixir-lang/tree-sitter-elixir/pull/87))
1213

1314
## [v0.3.4](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.4) (2025-02-06)
1415

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter-elixir
4-
VERSION "0.3.4"
4+
VERSION "0.3.5"
55
DESCRIPTION "Elixir grammar for the tree-sitter parsing library"
66
HOMEPAGE_URL "https://github.com/elixir-lang/tree-sitter-elixir"
77
LANGUAGES C)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-elixir"
33
description = "Elixir grammar for the tree-sitter parsing library"
4-
version = "0.3.4"
4+
version = "0.3.5"
55
keywords = ["incremental", "parsing", "elixir"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/elixir-lang/tree-sitter-elixir"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif
44

55
LANGUAGE_NAME := tree-sitter-elixir
66
HOMEPAGE_URL := https://github.com/elixir-lang/tree-sitter-elixir
7-
VERSION := 0.3.4
7+
VERSION := 0.3.5
88

99
# repository
1010
SRC_DIR := src

package-lock.json

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-elixir",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Elixir grammar for the tree-sitter parsing library",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-elixir"
77
description = "Elixir grammar for tree-sitter"
8-
version = "0.3.4"
8+
version = "0.3.5"
99
keywords = ["incremental", "parsing", "tree-sitter", "elixir"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"metadata": {
15-
"version": "0.3.4",
15+
"version": "0.3.5",
1616
"license": "Apache-2.0",
1717
"description": "Elixir grammar for the tree-sitter parsing library",
1818
"authors": [

0 commit comments

Comments
 (0)