Skip to content

Commit

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


##
[0.4.0](ldai/v0.3.0...ldai/v0.4.0)
(2024-12-17)


### Features

* Add `TrackError` to mirror `TrackSuccess`
([#225](#225))
([ccd2c64](ccd2c64))

---
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 17, 2024
1 parent ed311e0 commit dac69c9
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.0.2",
"ldai": "0.3.0"
"ldai": "0.4.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.4.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.3.0...ldai/v0.4.0) (2024-12-17)


### Features

* Add `TrackError` to mirror `TrackSuccess` ([#225](https://github.com/launchdarkly/go-server-sdk/issues/225)) ([ccd2c64](https://github.com/launchdarkly/go-server-sdk/commit/ccd2c644efdfd4de12ce0bff786e7f6b6764b153))

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


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

0 comments on commit dac69c9

Please sign in to comment.