Skip to content

Commit

Permalink
chore(main): release LaunchDarkly.ServerSdk.Ai 0.4.0 (#63)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Dec 10, 2024
1 parent a0d0705 commit ac29d46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"pkgs/sdk/server": "8.6.0",
"pkgs/sdk/client": "5.3.0",
"pkgs/telemetry": "1.0.0",
"pkgs/sdk/server-ai": "0.3.2"
"pkgs/sdk/server-ai": "0.4.0"
}
13 changes: 13 additions & 0 deletions pkgs/sdk/server-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* rename model.id and provider.id to name ([#61](https://github.com/launchdarkly/dotnet-core/issues/61))
* rename _ldMeta.versionKey to variationKey ([#62](https://github.com/launchdarkly/dotnet-core/issues/62))

### Code Refactoring

* rename _ldMeta.versionKey to variationKey ([#62](https://github.com/launchdarkly/dotnet-core/issues/62)) ([3f7089d](https://github.com/launchdarkly/dotnet-core/commit/3f7089d6541c976d03e1040940a1350f5bd0d63c))
* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>0.3.2</Version>
<Version>0.4.0</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
single framework that we are testing; this allows us to test with older SDK
Expand Down

0 comments on commit ac29d46

Please sign in to comment.