Skip to content

Commit

Permalink
release: 0.1.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Nov 4, 2024
1 parent 7896ca4 commit 8434654
Show file tree
Hide file tree
Showing 4 changed files with 18 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.24"
".": "0.1.0-alpha.25"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.1.0-alpha.25 (2024-11-04)

Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)

### Features

* **api:** api update ([#211](https://github.com/conductor-is/conductor-python/issues/211)) ([e3f9f35](https://github.com/conductor-is/conductor-python/commit/e3f9f3585e57454d698e1bc5d953bd1a4f979d04))
* **api:** api update ([#213](https://github.com/conductor-is/conductor-python/issues/213)) ([91698c3](https://github.com/conductor-is/conductor-python/commit/91698c33a294cbec58a38730d7c219b5a0371db9))
* **api:** api update ([#215](https://github.com/conductor-is/conductor-python/issues/215)) ([c089b11](https://github.com/conductor-is/conductor-python/commit/c089b11fb4e65bcec6ff96cc6c5dc037cc7abe36))
* **api:** api update ([#216](https://github.com/conductor-is/conductor-python/issues/216)) ([c1816ec](https://github.com/conductor-is/conductor-python/commit/c1816ec032ab15a339d1aac16a83a5a5ad33df9c))
* **api:** api update ([#217](https://github.com/conductor-is/conductor-python/issues/217)) ([b326e2a](https://github.com/conductor-is/conductor-python/commit/b326e2adcdc619aa619303d209528303a07833f8))
* **api:** api update ([#218](https://github.com/conductor-is/conductor-python/issues/218)) ([74fb7c9](https://github.com/conductor-is/conductor-python/commit/74fb7c9e0b6af6cc8e0bb0f1f2db53fbef0448c0))
* **api:** api update ([#219](https://github.com/conductor-is/conductor-python/issues/219)) ([993490d](https://github.com/conductor-is/conductor-python/commit/993490db8e0b161238e30487a885298a5044bfe3))
* **api:** manual updates ([#214](https://github.com/conductor-is/conductor-python/issues/214)) ([3a6122b](https://github.com/conductor-is/conductor-python/commit/3a6122b66be72cb3742b4b1252dbf5a2f914cd33))

## 0.1.0-alpha.24 (2024-11-03)

Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
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.24"
version = "0.1.0-alpha.25"
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.24" # x-release-please-version
__version__ = "0.1.0-alpha.25" # x-release-please-version

0 comments on commit 8434654

Please sign in to comment.