Skip to content

Commit d301895

Browse files
committed
Release v0.3.2
1 parent 5345854 commit d301895

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.2](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.2) (2024-12-02)
88

99
### Added
1010

Cargo.toml

+1-1
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.1"
4+
version = "0.3.2"
55
keywords = ["incremental", "parsing", "elixir"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/elixir-lang/tree-sitter-elixir"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.3.1
1+
VERSION := 0.3.2
22

33
# Repository
44
SRC_DIR := src

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)