Skip to content

Commit ac29d46

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.4.0 (#63)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](LaunchDarkly.ServerSdk.Ai-v0.3.2...LaunchDarkly.ServerSdk.Ai-v0.4.0) (2024-12-10) ### ⚠ BREAKING CHANGES * rename model.id and provider.id to name ([#61](#61)) * rename _ldMeta.versionKey to variationKey ([#62](#62)) ### Code Refactoring * rename _ldMeta.versionKey to variationKey ([#62](#62)) ([3f7089d](3f7089d)) * rename model.id and provider.id to name ([#61](#61)) ([a0d0705](a0d0705)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0d0705 commit ac29d46

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"pkgs/sdk/server": "8.6.0",
33
"pkgs/sdk/client": "5.3.0",
44
"pkgs/telemetry": "1.0.0",
5-
"pkgs/sdk/server-ai": "0.3.2"
5+
"pkgs/sdk/server-ai": "0.4.0"
66
}

pkgs/sdk/server-ai/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.3.2...LaunchDarkly.ServerSdk.Ai-v0.4.0) (2024-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename model.id and provider.id to name ([#61](https://github.com/launchdarkly/dotnet-core/issues/61))
9+
* rename _ldMeta.versionKey to variationKey ([#62](https://github.com/launchdarkly/dotnet-core/issues/62))
10+
11+
### Code Refactoring
12+
13+
* rename _ldMeta.versionKey to variationKey ([#62](https://github.com/launchdarkly/dotnet-core/issues/62)) ([3f7089d](https://github.com/launchdarkly/dotnet-core/commit/3f7089d6541c976d03e1040940a1350f5bd0d63c))
14+
* rename model.id and provider.id to name ([#61](https://github.com/launchdarkly/dotnet-core/issues/61)) ([a0d0705](https://github.com/launchdarkly/dotnet-core/commit/a0d07058eb0b8afff2b46dba385e73cac23b6bcd))
15+
316
## [0.3.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.3.1...LaunchDarkly.ServerSdk.Ai-v0.3.2) (2024-11-25)
417

518

pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>0.3.2</Version>
4+
<Version>0.4.0</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)