Skip to content

Commit be56d0c

Browse files
committed
chore: release v14.0.26
1 parent 355640b commit be56d0c

File tree

7 files changed

+30
-17
lines changed

7 files changed

+30
-17
lines changed

CHANGELOG.md

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

3+
## [14.0.26](https://github.com/ax-llm/ax/compare/14.0.24...14.0.25) (2025-09-15)
4+
5+
### Features
6+
7+
* enhance debug handling in AxBaseAI and global settings ([355640b](https://github.com/ax-llm/ax/commit/355640bd6a47730f8a05bb535d8f03b43d2f8f7f))
8+
## [14.0.25](https://github.com/ax-llm/ax/compare/14.0.24...14.0.25) (2025-09-14)
9+
10+
### Features
11+
12+
* enhance assertion capabilities in AxGen and documentation updates ([2770a07](https://github.com/ax-llm/ax/commit/2770a074adc883b55dfc655d3d46143dbf00c017))
13+
* GEPA: enable optimizedProgram interface to mirror MiPRO ([#350](https://github.com/ax-llm/ax/issues/350)) ([9b1ae9a](https://github.com/ax-llm/ax/commit/9b1ae9a21c62ec913bad5dc38481a271e3facac2))
14+
* unify GEPA and MiPRO interfaces for consistent optimization workflows ([7cf8e28](https://github.com/ax-llm/ax/commit/7cf8e289dbc38af57cb08e6e92b0ebbbcb2516bb))
15+
316
## [14.0.25](https://github.com/ax-llm/ax/compare/14.0.23...14.0.24) (2025-09-14)
417

518
### Features

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
],
7474
"author": "Vikram <https://twitter.com/dosco>",
7575
"private": "true",
76-
"version": "14.0.25"
76+
"version": "14.0.26"
7777
}

src/aisdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "14.0.25",
3+
"version": "14.0.26",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@ai-sdk/provider-utils": "^2.1.13",
35-
"@ax-llm/ax": "14.0.25",
35+
"@ax-llm/ax": "14.0.26",
3636
"ai": "^4.1.61",
3737
"zod": "^3.23.8"
3838
},

src/ax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "14.0.25",
3+
"version": "14.0.26",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"tsx": "node --env-file=.env --import=tsx"
2222
},
2323
"dependencies": {
24-
"@ax-llm/ax": "14.0.25",
25-
"@ax-llm/ax-tools": "14.0.25",
24+
"@ax-llm/ax": "14.0.26",
25+
"@ax-llm/ax-tools": "14.0.26",
2626
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
2727
"@opentelemetry/exporter-metrics-otlp-http": "^0.203.0",
2828
"@opentelemetry/exporter-prometheus": "^0.202.0",

src/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-tools",
3-
"version": "14.0.25",
3+
"version": "14.0.26",
44
"type": "module",
55
"description": "Ax tools package",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"postbuild": "node ../../scripts/postbuild.js"
3333
},
3434
"dependencies": {
35-
"@ax-llm/ax": "14.0.25"
35+
"@ax-llm/ax": "14.0.26"
3636
},
3737
"files": [
3838
"**/*"

0 commit comments

Comments
 (0)