Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#28)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](0.4.0...0.5.0)
(2024-12-09)


### ⚠ BREAKING CHANGES

* Rename model and provider id to name
([#27](#27))

### Code Refactoring

* Rename model and provider id to name
([#27](#27))
([65260b6](65260b6))

---
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>
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent 65260b6 commit 388330e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.5.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.4.0...0.5.0) (2024-12-09)


### ⚠ BREAKING CHANGES

* Rename model and provider id to name ([#27](https://github.com/launchdarkly/python-server-sdk-ai/issues/27))

### Code Refactoring

* Rename model and provider id to name ([#27](https://github.com/launchdarkly/python-server-sdk-ai/issues/27)) ([65260b6](https://github.com/launchdarkly/python-server-sdk-ai/commit/65260b621acee07b38e9ebaeb4a10c1e4c9db794))

## [0.4.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.3.0...0.4.0) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https

```
# Set the version of the library to verify
VERSION=0.4.0
VERSION=0.5.0
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion ldai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0" # x-release-please-version
__version__ = "0.5.0" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-server-sdk-ai"
version = "0.4.0"
version = "0.5.0"
description = "LaunchDarkly SDK for AI"
authors = ["LaunchDarkly <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 388330e

Please sign in to comment.