Skip to content

Commit 78f71c2

Browse files
github-actions[bot]amaanq
authored andcommitted
chore(master): release 1.5.0
1 parent 46c8085 commit 78f71c2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-capnp"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
authors = ["Amaan Qureshi <[email protected]>"]
55
autoexamples = false
66
categories = ["parsing", "text-editors"]

bindings/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way.)
99
```toml
1010
[dependencies]
1111
tree-sitter = "~0.20.3"
12-
tree-sitter-capnp = "1.4.0"
12+
tree-sitter-capnp = "1.5.0"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-capnp",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Cap'n Proto grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)