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": [