Skip to content

Commit

Permalink
chore(main): release 0.14.0 (#220)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.14.0](v0.13.0...v0.14.0)
(2024-10-12)


### Features

* **app:** update AppClient
([#221](#221))
([ccfc9fe](ccfc9fe))
* **client:** update proto and add AppClient
([#213](#213))
([6a73033](6a73033))


### Bug Fixes

* **app:** rename app_service to app
([#224](#224))
([f33aff3](f33aff3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Oct 12, 2024
1 parent f33aff3 commit a91cceb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **app:** update AppClient ([#221](https://github.com/instill-ai/python-sdk/issues/221)) ([ccfc9fe](https://github.com/instill-ai/python-sdk/commit/ccfc9fe283d9e63a6da8b0fb6f0eef03d32b5bad))
* **client:** update proto and add AppClient ([#213](https://github.com/instill-ai/python-sdk/issues/213)) ([6a73033](https://github.com/instill-ai/python-sdk/commit/6a73033063d5c7f6320fcc5db4c2f49365c7833b))


### Bug Fixes

* **app:** rename app_service to app ([#224](https://github.com/instill-ai/python-sdk/issues/224)) ([f33aff3](https://github.com/instill-ai/python-sdk/commit/f33aff3be1f82e1cd4e7426295c17d21af7e0cde))

## [0.13.0](https://github.com/instill-ai/python-sdk/compare/v0.12.1...v0.13.0) (2024-10-07)


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.13.0"
version = "0.14.0"
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.13.0"
".": "0.14.0"
}

0 comments on commit a91cceb

Please sign in to comment.