From 7a7f9d5ac7d0d4b9629ee5b6003aeab897474674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:01:48 +0000 Subject: [PATCH 1/3] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ PROVENANCE.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..33fd54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## [0.1.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.0.0...0.1.0) (2025-06-18) + + +### Features + +* Implement the AIClient and AITracker classes ([#1](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/1)) ([7511fe9](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/7511fe96e7eb9cec2140d0292fe251c2fb161840)) + + +### Miscellaneous Chores + +* release 0.1.0 ([#6](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/6)) ([e2c8890](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/e2c8890cbe35e9cc79169845b417999f260e1ecc)) + +## Changelog diff --git a/PROVENANCE.md b/PROVENANCE.md index b91e010..ec9f0aa 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -VERSION=0.0.0 +VERSION=0.1.0 ``` From eb729163847efd832dec7bfae971c113f0ec8703 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Wed, 18 Jun 2025 11:07:06 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fd54b..eba2c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,4 @@ * Implement the AIClient and AITracker classes ([#1](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/1)) ([7511fe9](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/7511fe96e7eb9cec2140d0292fe251c2fb161840)) - -### Miscellaneous Chores - -* release 0.1.0 ([#6](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/6)) ([e2c8890](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/e2c8890cbe35e9cc79169845b417999f260e1ecc)) - ## Changelog From 1e9bc66a4b38a5677519b976a1a6ded6dd211d08 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Wed, 18 Jun 2025 11:09:28 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba2c2f..14d2fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,3 @@ ### Features * Implement the AIClient and AITracker classes ([#1](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/1)) ([7511fe9](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/7511fe96e7eb9cec2140d0292fe251c2fb161840)) - -## Changelog