From 4f9c60bdd770c34326ddbd28a76255aa1e58d456 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:23:57 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.0 --- CHANGELOG.md | 18 +++++++++++++++++- PROVENANCE.md | 2 +- ldai/__init__.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3b7d4..9aa07a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ -# Change log +# Changelog + +## [0.1.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.1.0) (2024-11-08) + + +### Features + +* SDK Changes in preparation for release ([#7](https://github.com/launchdarkly/python-server-sdk-ai/issues/7)) ([4d5bee6](https://github.com/launchdarkly/python-server-sdk-ai/commit/4d5bee64689d5ab644bbd867fbdc92953189bf54)) + + +### Bug Fixes + +* change client call ([bf61cc3](https://github.com/launchdarkly/python-server-sdk-ai/commit/bf61cc36eab6d9f2911e685b45728da831124300)) +* Fixtures are not meant to be called directly, ([59928ea](https://github.com/launchdarkly/python-server-sdk-ai/commit/59928eafa269ef040e2a323ceb639d796f41e6ac)) +* More fixture changes ([6d5d8fb](https://github.com/launchdarkly/python-server-sdk-ai/commit/6d5d8fb58cb1eb7babbf5da776bae2bc77657827)) + +## Change log All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). diff --git a/PROVENANCE.md b/PROVENANCE.md index f46830b..7d63520 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the library to verify -VERSION=1.0.0 +VERSION=0.1.0 ``` diff --git a/ldai/__init__.py b/ldai/__init__.py index 1d55bba..75716eb 100644 --- a/ldai/__init__.py +++ b/ldai/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" # x-release-please-version +__version__ = "0.1.0" # x-release-please-version From 0b0177d7ab870952d55f7f5bcc5801abb3cd59c8 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 8 Nov 2024 11:25:19 -0500 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa07a8..279bd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,7 @@ # Changelog -## [0.1.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.1.0) (2024-11-08) - - -### Features - -* SDK Changes in preparation for release ([#7](https://github.com/launchdarkly/python-server-sdk-ai/issues/7)) ([4d5bee6](https://github.com/launchdarkly/python-server-sdk-ai/commit/4d5bee64689d5ab644bbd867fbdc92953189bf54)) - - -### Bug Fixes - -* change client call ([bf61cc3](https://github.com/launchdarkly/python-server-sdk-ai/commit/bf61cc36eab6d9f2911e685b45728da831124300)) -* Fixtures are not meant to be called directly, ([59928ea](https://github.com/launchdarkly/python-server-sdk-ai/commit/59928eafa269ef040e2a323ceb639d796f41e6ac)) -* More fixture changes ([6d5d8fb](https://github.com/launchdarkly/python-server-sdk-ai/commit/6d5d8fb58cb1eb7babbf5da776bae2bc77657827)) +All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). -## Change log +## [0.1.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.1.0) (2024-11-08) -All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +Initial release of the LaunchDarkly Python AI package. To learn more about the LaunchDarkly Python AI SDK, see the [Python AI SDK documentation](https://docs.launchdarkly.com/sdk/ai/python).