Skip to content

Commit

Permalink
release: 0.1.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Oct 18, 2024
1 parent c8754fc commit 8650e70
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.12"
".": "0.1.0-alpha.13"
}
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.13 (2024-10-18)

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

### Features

* **api:** api update ([#101](https://github.com/conductor-is/conductor-python/issues/101)) ([af68f23](https://github.com/conductor-is/conductor-python/commit/af68f238e90d7e404bfb33464ba842b627f91e69))
* **api:** api update ([#103](https://github.com/conductor-is/conductor-python/issues/103)) ([47a729a](https://github.com/conductor-is/conductor-python/commit/47a729a7c462fb54f67a339e769c671cfcb27198))
* **api:** api update ([#104](https://github.com/conductor-is/conductor-python/issues/104)) ([dcaa703](https://github.com/conductor-is/conductor-python/commit/dcaa70341afb31882d48f5f73e783af49427990d))
* **api:** api update ([#105](https://github.com/conductor-is/conductor-python/issues/105)) ([1f77dd2](https://github.com/conductor-is/conductor-python/commit/1f77dd2649cc380b56e7985f96ab7c11bcfb5a26))
* **api:** api update ([#106](https://github.com/conductor-is/conductor-python/issues/106)) ([96c29f8](https://github.com/conductor-is/conductor-python/commit/96c29f8db72b2f290ac5525268deb20147b08b10))

## 0.1.0-alpha.12 (2024-10-17)

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

0 comments on commit 8650e70

Please sign in to comment.