Skip to content

Commit

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


##
[0.3.0](ldai/v0.2.0...ldai/v0.3.0)
(2024-12-10)


### ⚠ BREAKING CHANGES

* Rename versionKey to variationKey
([#221](#221))

### Code Refactoring

* Rename versionKey to variationKey
([#221](#221))
([470f8c1](470f8c1))

---
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 11, 2024
1 parent 470f8c1 commit 345a3f0
Show file tree
Hide file tree
Showing 3 changed files with 13 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.0.2",
"ldai": "0.2.0"
"ldai": "0.3.0"
}
11 changes: 11 additions & 0 deletions ldai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.2.0...ldai/v0.3.0) (2024-12-10)


### ⚠ BREAKING CHANGES

* Rename versionKey to variationKey ([#221](https://github.com/launchdarkly/go-server-sdk/issues/221))

### Code Refactoring

* Rename versionKey to variationKey ([#221](https://github.com/launchdarkly/go-server-sdk/issues/221)) ([470f8c1](https://github.com/launchdarkly/go-server-sdk/commit/470f8c1f90022abb102f6fcf0c2856297baa8842))

## [0.2.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.1...ldai/v0.2.0) (2024-12-09)


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

0 comments on commit 345a3f0

Please sign in to comment.