Skip to content

Commit 4b0f559

Browse files
chore(v7): release ldai 0.8.0 (#346)
🤖 I have created a release *beep* *boop* --- ## [0.8.0](ldai/v0.7.2...ldai/v0.8.0) (2026-02-10) ### Features * add AI Config judge support ([#345](#345)) ([4a9d03d](4a9d03d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata and changelog-only changes; no functional code changes beyond the version constant update. > > **Overview** > Publishes `ldai` v0.8.0 by updating the version in `.release-please-manifest.json` and `ldai/package_info.go`. > > Updates `ldai/CHANGELOG.md` with a new 0.8.0 entry noting the added *AI Config judge support*. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f1203ee. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Bailey <jbailey@launchdarkly.com>
1 parent 4a9d03d commit 4b0f559

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.0",
4-
"ldai": "0.7.2",
4+
"ldai": "0.8.0",
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.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.2...ldai/v0.8.0) (2026-02-10)
4+
5+
6+
### Features
7+
8+
* Add AI Config judge support ([#345](https://github.com/launchdarkly/go-server-sdk/issues/345)) ([4a9d03d](https://github.com/launchdarkly/go-server-sdk/commit/4a9d03d947147eff2506adc3aa0e1322ce4fa3d9))
9+
310
## [0.7.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.1...ldai/v0.7.2) (2025-09-02)
411

512

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package ldai
33

44
// Version is the current version string of the ldai package. This is updated by our release scripts.
5-
const Version = "0.7.2" // {{ x-release-please-version }}
5+
const Version = "0.8.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)