Skip to content

Commit cec1e2d

Browse files
chore(main): release 0.5.0
1 parent 2f7fda4 commit cec1e2d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.4.0...0.5.0) (2026-07-22)
4+
5+
6+
### Features
7+
8+
* **server-ai:** stamp modelKey and modelVersion on AI usage events (AIC-2857) ([e6ae12d](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/e6ae12ddb2e3b1b7a20f88987460e196e3abab63))
9+
* **server-ai:** stamp modelKey and modelVersion on AI usage events (AIC-2857) ([#36](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/36)) ([2f7fda4](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/2f7fda4d57b09483cf15fda6e3102e24b1eecb27))
10+
11+
12+
### Bug Fixes
13+
14+
* **server-ai:** rename tracked_model_version to model_version ([503ccc5](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/503ccc5bf4e7b9d57cadd9e427a535482fc4e58c))
15+
* **server-ai:** stop exposing model_key/model_version on ModelConfig ([25d962e](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/25d962e7f238ba834c1f654f9beab0bb72733e96))
16+
317
## [0.4.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.3.0...0.4.0) (2026-05-15)
418

519

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the library to verify
12-
VERSION=0.4.0
12+
VERSION=0.5.0
1313
```
1414
<!-- x-release-please-end -->
1515

lib/server/ai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module LaunchDarkly
44
module Server
55
module AI
6-
VERSION = '0.4.0' # x-release-please-version
6+
VERSION = '0.5.0' # x-release-please-version
77
end
88
end
99
end

0 commit comments

Comments
 (0)