Skip to content

Commit 72e015c

Browse files
chore(v7): release ldai 0.5.0
1 parent 234b171 commit 72e015c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".": "7.8.0",
33
"ldotel": "1.0.2",
4-
"ldai": "0.4.0"
4+
"ldai": "0.5.0"
55
}

ldai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.4.0...ldai/v0.5.0) (2025-01-23)
4+
5+
6+
### Features
7+
8+
* Add timeToFirstToken to Tracker ([#241](https://github.com/launchdarkly/go-server-sdk/issues/241)) ([234b171](https://github.com/launchdarkly/go-server-sdk/commit/234b1716a7c09400f850af8e6c3c805498fc7321))
9+
* Update minimum go version to 1.20. ([46c9694](https://github.com/launchdarkly/go-server-sdk/commit/46c9694e733356cf4d051e7b72241b0a6e330a37))
10+
311
## [0.4.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.3.0...ldai/v0.4.0) (2024-12-17)
412

513

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package ldai
33

44
// Version is the current version string of the ldai package. This is updated by our release scripts.
5-
const Version = "0.4.0" // {{ x-release-please-version }}
5+
const Version = "0.5.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)