Skip to content

Commit 609a123

Browse files
refactor(None): configuration management system
stats: lines: "+105/-26878 (net -26773)" files: 13 complexity: "Stable complexity"
1 parent 298b98c commit 609a123

19 files changed

+28
-26837
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.0.35] - 2026-02-24
2+
3+
### Summary
4+
5+
refactor(None): configuration management system
6+
7+
### Other
8+
9+
- config: update project.c2l.hybrid.yaml
10+
- update project.c2l.hybrid.yaml-schema.json
11+
- update project.c2l.toon
12+
- update project.c2l.toon-schema.json
13+
- config: update project.c2l.yaml
14+
- update project.c2l.yaml-schema.json
15+
- update project.func.json
16+
- update project.func.logicml
17+
- update project.func.toon
18+
- config: update project.func.yaml
19+
- ... and 3 more
20+
21+
122
## [1.0.34] - 2026-02-24
223

324
### Summary

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.34
1+
1.0.35

code2logic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
>>> print(output)
1919
"""
2020

21-
__version__ = "1.0.34"
21+
__version__ = "1.0.35"
2222
__author__ = "Softreck"
2323
__email__ = "info@softreck.dev"
2424
__license__ = "MIT"

logic2code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
from .generator import CodeGenerator, GeneratorConfig, GenerationResult
1515
from .renderers import PythonRenderer
1616

17-
__version__ = '1.0.34'
17+
__version__ = '1.0.35'
1818
__all__ = ['CodeGenerator', 'GeneratorConfig', 'GenerationResult', 'PythonRenderer']

logic2test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
from .parsers import LogicParser
1616
from .templates import TestTemplate
1717

18-
__version__ = '1.0.34'
18+
__version__ = '1.0.35'
1919
__all__ = ['TestGenerator', 'GeneratorConfig', 'GenerationResult', 'LogicParser', 'TestTemplate']

lolm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
)
7777
from .clients import LLMRateLimitError
7878

79-
__version__ = '1.0.34'
79+
__version__ = '1.0.35'
8080
__all__ = [
8181
# Config
8282
'LLMConfig',

0 commit comments

Comments
 (0)