Skip to content

Commit 91d280f

Browse files
chore(v7): release ldai 0.10.0
1 parent 27d31a4 commit 91d280f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "7.16.0",
33
"ldotel": "1.3.5",
4-
"ldai": "0.9.3",
4+
"ldai": "0.10.0",
55
"ldmiddleware": "0.1.3"
66
}

ldai/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.9.3...ldai/v0.10.0) (2026-08-28)
4+
5+
6+
### Features
7+
8+
* **ldai:** stamp modelKey and modelVersion on AI usage events (AIC-2850) ([#414](https://github.com/launchdarkly/go-server-sdk/issues/414)) ([bd4ce7a](https://github.com/launchdarkly/go-server-sdk/commit/bd4ce7a1ea1ade2b71d15b956b706cf6677063e2))
9+
310
## [0.9.3](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.9.2...ldai/v0.9.3) (2026-06-11)
411

512

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ldai
33

44
const (
55
// Version is the current version string of the ldai package. This is updated by our release scripts.
6-
Version = "0.9.3" // {{ x-release-please-version }}
6+
Version = "0.10.0" // {{ x-release-please-version }}
77

88
// SDKName is the canonical name of this AI SDK package.
99
SDKName = "go-server-sdk/ldai"

0 commit comments

Comments
 (0)