Skip to content

Commit 1eccfbe

Browse files
chore(v7): release ldai 0.8.1 (#354)
🤖 I have created a release *beep* *boop* --- ## [0.8.1](ldai/v0.8.0...ldai/v0.8.1) (2026-02-26) ### Bug Fixes * Improve usage reporting ([#353](#353)) ([0146f76](0146f76)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 0380680 commit 1eccfbe

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.14.5",
33
"ldotel": "1.3.1",
4-
"ldai": "0.8.0",
4+
"ldai": "0.8.1",
55
"ldmiddleware": "0.1.0"
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.8.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.0...ldai/v0.8.1) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve usage reporting ([#353](https://github.com/launchdarkly/go-server-sdk/issues/353)) ([0146f76](https://github.com/launchdarkly/go-server-sdk/commit/0146f762af466f7ab7d997bbd57135eb1fcb0930))
9+
310
## [0.8.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.2...ldai/v0.8.0) (2026-02-10)
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.8.0" // {{ x-release-please-version }}
6+
Version = "0.8.1" // {{ 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)