Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v7): release ldai 0.2.0 #219

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "7.8.0",
"ldotel": "1.0.2",
"ldai": "0.1.1"
"ldai": "0.2.0"
}
16 changes: 16 additions & 0 deletions ldai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ldai/package_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Loading