diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56c23893..fa87c7ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.50" + ".": "0.1.0-alpha.51" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76d3bc..39218948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.1.0-alpha.51 (2024-12-21) + +Full Changelog: [v0.1.0-alpha.50...v0.1.0-alpha.51](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.50...v0.1.0-alpha.51) + +### Features + +* **api:** api update ([#414](https://github.com/conductor-is/conductor-python/issues/414)) ([ebd1a99](https://github.com/conductor-is/conductor-python/commit/ebd1a995906602b67c68a035537955835f25f6ea)) +* **api:** api update ([#416](https://github.com/conductor-is/conductor-python/issues/416)) ([b431aac](https://github.com/conductor-is/conductor-python/commit/b431aac57cf96516a65369c4169362d5025d3abe)) +* **api:** api update ([#417](https://github.com/conductor-is/conductor-python/issues/417)) ([d9e939c](https://github.com/conductor-is/conductor-python/commit/d9e939c8853b2484601ed4eba4ba8d678154779d)) +* **api:** manual updates ([#412](https://github.com/conductor-is/conductor-python/issues/412)) ([145697f](https://github.com/conductor-is/conductor-python/commit/145697f8f20a053e6afdbdfcf049fdbf3eb103cd)) +* **api:** manual updates ([#415](https://github.com/conductor-is/conductor-python/issues/415)) ([f823861](https://github.com/conductor-is/conductor-python/commit/f8238616af644f9cf3c6238cccc18d3cc154e3e1)) + ## 0.1.0-alpha.50 (2024-12-21) Full Changelog: [v0.1.0-alpha.49...v0.1.0-alpha.50](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.49...v0.1.0-alpha.50) diff --git a/pyproject.toml b/pyproject.toml index 0cacfaa5..e3268db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conductor-py" -version = "0.1.0-alpha.50" +version = "0.1.0-alpha.51" description = "The official Python library for the conductor API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/conductor/_version.py b/src/conductor/_version.py index eaa17dba..a7b98627 100644 --- a/src/conductor/_version.py +++ b/src/conductor/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "conductor" -__version__ = "0.1.0-alpha.50" # x-release-please-version +__version__ = "0.1.0-alpha.51" # x-release-please-version