Skip to content

Commit 214db10

Browse files
chore(main): release 0.1.0
1 parent 7daa863 commit 214db10

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

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.1.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.1.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.1.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.1.0" # x-release-please-version

0 commit comments

Comments
 (0)