From d2a337075d44e5519f34ef06564f7ed0c78d5ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:51:40 +0000 Subject: [PATCH] chore(v7): release ldai 0.2.0 --- .release-please-manifest.json | 2 +- ldai/CHANGELOG.md | 16 ++++++++++++++++ ldai/package_info.go | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4669d0de..3fc1b773 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "7.8.0", "ldotel": "1.0.2", - "ldai": "0.1.1" + "ldai": "0.2.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index ac996002..98253737 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.1...ldai/v0.2.0) (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* Rename model and provider id to name ([#218](https://github.com/launchdarkly/go-server-sdk/issues/218)) + +### Bug Fixes + +* propagate parsed model params into returned AI config ([#220](https://github.com/launchdarkly/go-server-sdk/issues/220)) ([f75b7a8](https://github.com/launchdarkly/go-server-sdk/commit/f75b7a8df5f5e62f544d5e95cbc75bd82352ca57)) + + +### Code Refactoring + +* Rename model and provider id to name ([#218](https://github.com/launchdarkly/go-server-sdk/issues/218)) ([ebdc281](https://github.com/launchdarkly/go-server-sdk/commit/ebdc281c667446e04b37ef44ee5e3f953d288eb2)) + ## [0.1.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.0...ldai/v0.1.1) (2024-12-06) diff --git a/ldai/package_info.go b/ldai/package_info.go index 33749776..79b6dd0d 100644 --- a/ldai/package_info.go +++ b/ldai/package_info.go @@ -2,4 +2,4 @@ package ldai // Version is the current version string of the ldai package. This is updated by our release scripts. -const Version = "0.1.1" // {{ x-release-please-version }} +const Version = "0.2.0" // {{ x-release-please-version }}