Skip to content

Commit 7b336b7

Browse files
committed
release 1.0.0: feels stable enough at this point
1 parent 1f52dcd commit 7b336b7

File tree

9 files changed

+8
-616
lines changed

9 files changed

+8
-616
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
package-lock.json
12
node_modules/
23

34
build/

CMakeLists.txt

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

Cargo.toml

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

Makefile

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

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
};
1414

1515
pname = "tree-sitter-dhall";
16-
version = "0.2.0";
16+
version = "1.0.0";
1717

1818
fileset = nixpkgs.lib.fileset.unions [
1919
./grammar.js
2020
./package.json
21-
./package-lock.json
2221
./src/scanner.c
2322
./tree-sitter.json
2423
];

0 commit comments

Comments
 (0)