File tree 3 files changed +13
-2
lines changed
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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
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
+
7
18
## [ v0.1.0] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0 ) (2023-03-14)
8
19
9
20
Initial release.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-elixir"
3
3
description = " Elixir grammar for the tree-sitter parsing library"
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
keywords = [" incremental" , " parsing" , " elixir" ]
6
6
categories = [" parsing" , " text-editors" ]
7
7
repository = " https://github.com/elixir-lang/tree-sitter-elixir"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-elixir" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Elixir grammar for the tree-sitter parsing library" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments