-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [0.6.0](0.5.0...0.6.0) (2024-12-17) ### ⚠ BREAKING CHANGES * Unify tracking token to use only `TokenUsage` ([#32](#32)) * Change version_key_to variation_key ([#29](#29)) ### Features * Add `LDAIConfigTracker.get_summary` method ([#31](#31)) ([e425b1f](e425b1f)) * Add `track_error` to mirror `track_success` ([#33](#33)) ([404f704](404f704)) ### Bug Fixes * Unify tracking token to use only `TokenUsage` ([#32](#32)) ([80e1845](80e1845)) ### Code Refactoring * Change version_key_to variation_key ([#29](#29)) ([fcc720a](fcc720a)) --- 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
1 parent
404f704
commit bf34df4
Showing
5 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.5.0" | ||
".": "0.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.5.0" # x-release-please-version | ||
__version__ = "0.6.0" # x-release-please-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "launchdarkly-server-sdk-ai" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
description = "LaunchDarkly SDK for AI" | ||
authors = ["LaunchDarkly <[email protected]>"] | ||
license = "Apache-2.0" | ||
|