Skip to content

Commit

Permalink
chore(main): release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Oct 14, 2024
1 parent 033ca6c commit e17b67a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.14.1](https://github.com/instill-ai/python-sdk/compare/v0.14.0...v0.14.1) (2024-10-14)


### Bug Fixes

* **vdp:** allow empty input for recipe parameter ([#229](https://github.com/instill-ai/python-sdk/issues/229)) ([033ca6c](https://github.com/instill-ai/python-sdk/commit/033ca6cc977f0b216281a15f26b1f051a241115f))
* **vdp:** fix create pipeline input parameters ([#225](https://github.com/instill-ai/python-sdk/issues/225)) ([3fd0538](https://github.com/instill-ai/python-sdk/commit/3fd0538432161b201501f4e2c65b1f7ed83ceaec))
* **vdp:** rename create pipeline input parameters ([#228](https://github.com/instill-ai/python-sdk/issues/228)) ([2220438](https://github.com/instill-ai/python-sdk/commit/2220438a72c6c25e96a857f75f7793eb52797acd))

## [0.14.0](https://github.com/instill-ai/python-sdk/compare/v0.13.0...v0.14.0) (2024-10-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "instill-sdk"
version = "0.14.0"
version = "0.14.1"
description = "python sdk for Instill AI products"

packages = [{ include = "instill" }]
Expand Down
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.14.0"
".": "0.14.1"
}

0 comments on commit e17b67a

Please sign in to comment.