Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdezFOmar committed Oct 30, 2024
1 parent 6ae9821 commit 5eca41a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-editorconfig"
description = "Editorconfig grammar for tree-sitter"
version = "1.0.3"
version = "1.1.0"
authors = ["Omar Valdez <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI][ci-badge]][ci-workflow]

Grammar for [`.editorconfig`][editorconfig] files.
The parser tries to be complaint with version 0.16.0 of the [specification][editorconfig-spec].
The parser tries to be complaint with version 0.17.2 of the [specification][editorconfig-spec].

## References

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-editorconfig",
"version": "1.0.3",
"version": "1.1.0",
"description": "Editorconfig grammar for tree-sitter",
"repository": "github:ValdezFOmar/tree-sitter-editorconfig",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-editorconfig"
description = "Editorconfig grammar for tree-sitter"
version = "1.0.3"
version = "1.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "editorconfig"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"metadata": {
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"description": "Editorconfig grammar for tree-sitter",
"authors": [
Expand Down

0 comments on commit 5eca41a

Please sign in to comment.