Skip to content

Commit

Permalink
chore(v7): release ldai 0.6.0 (#245)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.6.0](ldai/v0.5.0...ldai/v0.6.0)
(2025-02-07)


### Features

* Add variation version to metric data
([#244](#244))
([01ee033](01ee033))

---
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 Feb 7, 2025
1 parent 01ee033 commit 65965bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.1.0",
"ldai": "0.5.0"
"ldai": "0.6.0"
}
7 changes: 7 additions & 0 deletions ldai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.5.0...ldai/v0.6.0) (2025-02-07)


### Features

* Add variation version to metric data ([#244](https://github.com/launchdarkly/go-server-sdk/issues/244)) ([01ee033](https://github.com/launchdarkly/go-server-sdk/commit/01ee0339c9f1adad462c1dba6927a2c213f5e032))

## [0.5.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.4.0...ldai/v0.5.0) (2025-01-23)


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.5.0" // {{ x-release-please-version }}
const Version = "0.6.0" // {{ x-release-please-version }}

0 comments on commit 65965bd

Please sign in to comment.