From d30189581a8b2802f237884287fdb7c40f32a041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 2 Dec 2024 13:21:22 +0800 Subject: [PATCH] Release v0.3.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- Makefile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beeee55..6041c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased](https://github.com/elixir-lang/tree-sitter-elixir/tree/main) +## [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 352acf0..44d97de 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.1" +version = "0.3.2" keywords = ["incremental", "parsing", "elixir"] categories = ["parsing", "text-editors"] repository = "https://github.com/elixir-lang/tree-sitter-elixir" diff --git a/Makefile b/Makefile index bb0ab7a..a05c020 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.1 +VERSION := 0.3.2 # Repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index 5dfa6e1..77bed63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-elixir", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tree-sitter-elixir", - "version": "0.3.1", + "version": "0.3.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 9dda7d6..68ad871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-elixir", - "version": "0.3.1", + "version": "0.3.2", "description": "Elixir grammar for the tree-sitter parsing library", "main": "bindings/node", "types": "bindings/node",