Skip to content

Commit 6ad50ba

Browse files
committed
release v25.9.26
1 parent 3d226c9 commit 6ad50ba

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
*.o
77
*.obj
88
*.pdb
9+
.DS_Store
910
/src/coverage/
1011
/src/loda
1112
/src/loda.exe
1213
/tests/programs/local/
1314
/loda
1415
/loda.exe
1516
/completer.hist
16-
/.DS_Store
1717
/.settings/

.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"loda-mcp-server-57be3787": {
4+
"url": "https://api.loda-lang.org/v2/mcp/",
5+
"type": "http"
6+
}
7+
},
8+
"inputs": []
9+
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ To install or update LODA, please follow the [installation instructions](https:/
22

33
## [Unreleased]
44

5+
### v25.9.26
6+
57
### Enhancements
68

79
* Faster `nrt` using Newton's method
810
* Correct existing programs
11+
* Extend program stats
912

1013
### v25.9.13
1114

0 commit comments

Comments
 (0)