Skip to content

Commit 48db88c

Browse files
chore(main): release 0.2.0 (#17)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](0.1.1...0.2.0) (2024-11-21) ### Features * Change the typing for the AIConfig ([#16](#16)) ([daf9537](daf9537)) ### Bug Fixes * Change linting tools to dev-only dependency ([#15](#15)) ([c752739](c752739)) * Verify prompt payload exists before accessing it ([#19](#19)) ([d9dd21f](d9dd21f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9dd21f commit 48db88c

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [0.2.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.1.1...0.2.0) (2024-11-21)
6+
7+
8+
### Features
9+
10+
* Change the typing for the AIConfig ([#16](https://github.com/launchdarkly/python-server-sdk-ai/issues/16)) ([daf9537](https://github.com/launchdarkly/python-server-sdk-ai/commit/daf95372328f1b1e4e9e27333498642136f43838))
11+
12+
13+
### Bug Fixes
14+
15+
* Change linting tools to dev-only dependency ([#15](https://github.com/launchdarkly/python-server-sdk-ai/issues/15)) ([c752739](https://github.com/launchdarkly/python-server-sdk-ai/commit/c752739d1c34cbf7f78cc3f89c37a688671c7366))
16+
* Verify prompt payload exists before accessing it ([#19](https://github.com/launchdarkly/python-server-sdk-ai/issues/19)) ([d9dd21f](https://github.com/launchdarkly/python-server-sdk-ai/commit/d9dd21f2189de62eac70ad9db3755e4a2cf36511))
17+
518
## [0.1.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.1.0...0.1.1) (2024-11-08)
619

720

Diff for: PROVENANCE.md

+1-1
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=0.1.1
13+
VERSION=0.2.0
1414
```
1515

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

Diff for: ldai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1" # x-release-please-version
1+
__version__ = "0.2.0" # x-release-please-version

Diff for: pyproject.toml

+1-1
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.1"
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)