Skip to content

Commit e60875e

Browse files
chore(main): release axiom 0.21.0 (#92)
1 parent 96830f3 commit e60875e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ai": "0.20.0"
2+
"packages/ai": "0.21.0"
33
}

packages/ai/CHANGELOG.md

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

3+
## [0.21.0](https://github.com/axiomhq/ai/compare/axiom-v0.20.0...axiom-v0.21.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* better eval reporting ([#93](https://github.com/axiomhq/ai/issues/93)) ([190fd6b](https://github.com/axiomhq/ai/commit/190fd6b6fb3f2c129c593a1600953db659bc01e2))
9+
* debug mode ([#90](https://github.com/axiomhq/ai/issues/90)) ([1ce1df8](https://github.com/axiomhq/ai/commit/1ce1df82cb8c4f51b82441119d210725a74f77d4))
10+
* make full schema defaults required, simplify `flag` ([#96](https://github.com/axiomhq/ai/issues/96)) ([96830f3](https://github.com/axiomhq/ai/commit/96830f300bc63d90b35b4028c5e1533f501bcbaa))
11+
* update otel setup ([#94](https://github.com/axiomhq/ai/issues/94)) ([5b4ae1f](https://github.com/axiomhq/ai/commit/5b4ae1ff0bbc0aaa2d495df736c3a471861e943b))
12+
13+
14+
### Bug Fixes
15+
16+
* `chat <model> stream` span has `gen_ai.operation.name`, which it should not ([#97](https://github.com/axiomhq/ai/issues/97)) ([b768ffc](https://github.com/axiomhq/ai/commit/b768ffc57d992e998caac7de040ea4749350ae7c))
17+
318
## [0.20.0](https://github.com/axiomhq/ai/compare/axiom-v0.19.0...axiom-v0.20.0) (2025-09-25)
419

520

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axiom",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"type": "module",
55
"author": "Axiom, Inc.",
66
"contributors": [

0 commit comments

Comments
 (0)