File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.1.1] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.1 ) (2023-12-04)
8+
9+ ### Changed
10+
11+ * Rewritten the custom scanner code in C ([ #56 ] ( https://github.com/elixir-lang/tree-sitter-elixir/pull/56 ) )
12+
13+ ### Fixed
14+
15+ * Parsing empty interpolation ([ #55 ] ( https://github.com/elixir-lang/tree-sitter-elixir/pull/55 ) )
16+ * Fixed the repository URL in the Rust crate ([ #57 ] ( https://github.com/elixir-lang/tree-sitter-elixir/pull/57 ) )
17+
718## [ v0.1.0] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0 ) (2023-03-14)
819
920Initial release.
Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-elixir"
33description = " Elixir grammar for the tree-sitter parsing library"
4- version = " 0.1.0 "
4+ version = " 0.1.1 "
55keywords = [" incremental" , " parsing" , " elixir" ]
66categories = [" parsing" , " text-editors" ]
77repository = " https://github.com/elixir-lang/tree-sitter-elixir"
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-elixir" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Elixir grammar for the tree-sitter parsing library" ,
55 "main" : " bindings/node" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments