Skip to content

Commit 444b575

Browse files
chore(main): release 0.2.0
1 parent 4d5bee6 commit 444b575

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
# Change log
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.2.0) (2024-11-08)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* change client call ([bf61cc3](https://github.com/launchdarkly/python-server-sdk-ai/commit/bf61cc36eab6d9f2911e685b45728da831124300))
14+
* Fixtures are not meant to be called directly, ([59928ea](https://github.com/launchdarkly/python-server-sdk-ai/commit/59928eafa269ef040e2a323ceb639d796f41e6ac))
15+
* More fixture changes ([6d5d8fb](https://github.com/launchdarkly/python-server-sdk-ai/commit/6d5d8fb58cb1eb7babbf5da776bae2bc77657827))
16+
17+
## Change log
218

319
All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
1010

1111
```
1212
# Set the version of the library to verify
13-
VERSION=1.0.0
13+
VERSION=0.2.0
1414
```
1515

1616
<!-- x-release-please-end -->

ldai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0" # x-release-please-version
1+
__version__ = "0.2.0" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-server-sdk-ai"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "LaunchDarkly SDK for AI"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)