File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 1.5.0] ( https://github.com/amaanq/tree-sitter-capnp/compare/v1.4.0...v1.5.0 ) (2023-07-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * use release-please ([ 46c8085] ( https://github.com/amaanq/tree-sitter-capnp/commit/46c8085fb2a0d1b4870d404481a3499a20ef7fd1 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-capnp"
3
- version = " 1.4 .0"
3
+ version = " 1.5 .0"
4
4
authors = [
" Amaan Qureshi <[email protected] >" ]
5
5
autoexamples = false
6
6
categories = [" parsing" , " text-editors" ]
Original file line number Diff line number Diff line change 9
9
``` toml
10
10
[dependencies ]
11
11
tree-sitter = " ~0.20.3"
12
- tree-sitter-capnp = " 1.4 .0"
12
+ tree-sitter-capnp = " 1.5 .0"
13
13
```
14
14
15
15
Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-capnp" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Cap'n Proto grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments