Skip to content

Commit

Permalink
release: 0.1.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 31, 2024
1 parent 9e6f9bf commit 7090d37
Show file tree
Hide file tree
Showing 4 changed files with 29 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.21"
".": "0.1.0-alpha.22"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.1.0-alpha.22 (2024-10-31)

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

### Features

* **api:** api update ([#182](https://github.com/conductor-is/conductor-python/issues/182)) ([f5af503](https://github.com/conductor-is/conductor-python/commit/f5af50396a56d73fcdf1c05edcda8692a52ce915))
* **api:** api update ([#184](https://github.com/conductor-is/conductor-python/issues/184)) ([337f53d](https://github.com/conductor-is/conductor-python/commit/337f53db91f83ddc07cc5c079fca9ea469740628))
* **api:** api update ([#186](https://github.com/conductor-is/conductor-python/issues/186)) ([028b0cd](https://github.com/conductor-is/conductor-python/commit/028b0cd920755d690c7f4fcc1cf82937245d9dec))
* **api:** api update ([#187](https://github.com/conductor-is/conductor-python/issues/187)) ([ca329b6](https://github.com/conductor-is/conductor-python/commit/ca329b631faa671bfc56eefe4c2999eb6dface05))
* **api:** api update ([#189](https://github.com/conductor-is/conductor-python/issues/189)) ([3c8a4cb](https://github.com/conductor-is/conductor-python/commit/3c8a4cb73445a6552cf74c10f29b81853bf4f3f5))
* **api:** api update ([#192](https://github.com/conductor-is/conductor-python/issues/192)) ([92c6f6b](https://github.com/conductor-is/conductor-python/commit/92c6f6ba3ab35f82857a04d797bc49970b6b5c59))
* **api:** manual updates ([#185](https://github.com/conductor-is/conductor-python/issues/185)) ([18336f6](https://github.com/conductor-is/conductor-python/commit/18336f654eef1d1c3c8fb066afb7aeb3097a7edd))
* **api:** manual updates ([#188](https://github.com/conductor-is/conductor-python/issues/188)) ([7d308c0](https://github.com/conductor-is/conductor-python/commit/7d308c06850d74816bb39b0d538c5e532f064e33))
* **api:** remove integration connections ([#190](https://github.com/conductor-is/conductor-python/issues/190)) ([77daf23](https://github.com/conductor-is/conductor-python/commit/77daf233bc5270824bd1fa479293f6a5a830e08f))


### Bug Fixes

* **internal:** remove integration connections ([4d0aee7](https://github.com/conductor-is/conductor-python/commit/4d0aee7016022c4c19b95220a7a38b701fcbdb65))


### Chores

* codegen changes ([#193](https://github.com/conductor-is/conductor-python/issues/193)) ([9e6f9bf](https://github.com/conductor-is/conductor-python/commit/9e6f9bf4f9775636c362b730ed759c578fe9f152))

## 0.1.0-alpha.21 (2024-10-30)

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

0 comments on commit 7090d37

Please sign in to comment.