Skip to content

Commit 47fa24a

Browse files
committed
0.0.6
1 parent ed05e83 commit 47fa24a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
## Key Features:
1717

1818
- **SQL-like syntax** for intuitive code querying and manipulation;
19+
- Shows improved results in refactoring benchmarks when compared to standard diff formats
20+
- See [`Gemini 1.5 PRO` improved performance (on par with Sonnet 3.5)](https://github.com/Aider-AI/aider/pull/1897#issue-2563049442)
1921
- **Reduced token usage** via semantic-level code transformations, not character-by-character matching;
2022
- **Scalable to larger codebases** with minimal token usage;
2123
- **Project-wide refactorings** can be performed with a single, concise command

cedarscript_grammar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from tree_sitter import Language
66

7-
__version__ = "0.0.5"
7+
__version__ = "0.0.6"
88
__all__ = ("language",)
99

1010
_ROOT_DIR = Path(__file__).parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cedarscript_grammar"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "CEDARScript grammar.js for tree-sitter"
99
authors = [
1010
{name = "Elifarley", email = "cedarscript@orgecc.com"},

0 commit comments

Comments
 (0)