Skip to content

Commit 47abc88

Browse files
committed
0.4.3 release
1 parent e04b86c commit 47abc88

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-swift"
33
description = "swift grammar for the tree-sitter parsing library"
4-
version = "0.4.2"
4+
version = "0.4.3"
55
keywords = ["incremental", "parsing", "swift"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/alex-pinkus/tree-sitter-swift"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.4.2
1+
VERSION := 0.4.3
22

33
# Repository
44
SRC_DIR := src

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use the Rust crate, you'll add this to your `Cargo.toml`:
1717

1818
```
1919
tree-sitter = "0.20.4"
20-
tree-sitter-swift = "=0.4.2"
20+
tree-sitter-swift = "=0.4.3"
2121
```
2222

2323
Then you can use a `tree-sitter` parser with the language declared here:
@@ -38,7 +38,7 @@ To use this from NPM, you'll add similar dependencies to `package.json`:
3838

3939
```
4040
"dependencies: {
41-
"tree-sitter-swift": "0.4.2",
41+
"tree-sitter-swift": "0.4.3",
4242
"tree-sitter": "^0.20.0"
4343
}
4444
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-swift",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A tree-sitter grammar for the Swift programming language.",
55
"main": "bindings/node/index.js",
66
"scripts": {

test-npm-package/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)