File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"." : " 7.8.0" ,
3
3
"ldotel" : " 1.0.2" ,
4
- "ldai" : " 0.4 .0"
4
+ "ldai" : " 0.5 .0"
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 ([ 234b171] ( https://github.com/launchdarkly/go-server-sdk/commit/234b1716a7c09400f850af8e6c3c805498fc7321 ) )
9
+ * Drop Set method on Metric interface. ([ 234b171] ( https://github.com/launchdarkly/go-server-sdk/commit/234b1716a7c09400f850af8e6c3c805498fc7321 ) )
10
+ * Update minimum go version to 1.20. ([ 46c9694] ( https://github.com/launchdarkly/go-server-sdk/commit/46c9694e733356cf4d051e7b72241b0a6e330a37 ) )
11
+
3
12
## [ 0.4.0] ( https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.3.0...ldai/v0.4.0 ) (2024-12-17)
4
13
5
14
Original file line number Diff line number Diff line change 2
2
package ldai
3
3
4
4
// 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 }}
You can’t perform that action at this time.
0 commit comments