Skip to content

Commit 630817c

Browse files
committed
bump patches and changelog
1 parent 4a33275 commit 630817c

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## v5.0.7 langium-ai-tools, v0.4.1 langium-ai
4+
*August 5th, 2026*
5+
6+
Various small improvements and adjustments
7+
8+
- Removed most mentions of `--dir` from the cli usage and skills, in preparation to drop it entirely
9+
- Correct some usage in docs/README files
10+
- Removes unused `only_check_codeblocks` from `EvalCase` and associated validity checks
11+
- also export `MappingRule` and `ProgramMapOptions for the program mapper, previously these were internal, but the types are expected to be externally referenceable
12+
- also export `SplitterOptions` for the same reason above, was not available externally as expected
13+
314
## v0.4.0 langium-ai
415
*July 29th, 2026*
516

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langium-ai",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "AI application development tooling for Langium-based DSL projects",
55
"repository": {
66
"type": "git",

packages/langium-ai-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langium-ai-tools",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Tooling for building AI Applications that leverage Langium DSLs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)