Skip to content

Commit

Permalink
release: 0.1.0-alpha.51
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 21, 2024
1 parent d9e939c commit 813cdfb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.1.0-alpha.50"
".": "0.1.0-alpha.51"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/_version.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 813cdfb

Please sign in to comment.