From 11426c5fd20eef360d5ecaf10729191f6bc5d715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 4 Dec 2023 13:03:30 +0700 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f005ba..864560d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.1](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.1) (2023-12-04) + +### Changed + +* Rewritten the custom scanner code in C ([#56](https://github.com/elixir-lang/tree-sitter-elixir/pull/56)) + +### Fixed + +* Parsing empty interpolation ([#55](https://github.com/elixir-lang/tree-sitter-elixir/pull/55)) +* Fixed the repository URL in the Rust crate ([#57](https://github.com/elixir-lang/tree-sitter-elixir/pull/57)) + ## [v0.1.0](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0) (2023-03-14) Initial release. diff --git a/Cargo.toml b/Cargo.toml index 1638bf0..cafd8c8 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.1.0" +version = "0.1.1" keywords = ["incremental", "parsing", "elixir"] categories = ["parsing", "text-editors"] repository = "https://github.com/elixir-lang/tree-sitter-elixir" diff --git a/package.json b/package.json index 0f27d24..3ba8df5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-elixir", - "version": "0.1.0", + "version": "0.1.1", "description": "Elixir grammar for the tree-sitter parsing library", "main": "bindings/node", "keywords": [