Skip to content

Commit

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

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


### Features

* **client:** support namespace and requester ([#217](https://github.com/instill-ai/python-sdk/issues/217)) ([f524739](https://github.com/instill-ai/python-sdk/commit/f5247399e91b3334e92a74659874c4daa83252fe))
* **client:** support target namespace and extra header ([#215](https://github.com/instill-ai/python-sdk/issues/215)) ([19563ac](https://github.com/instill-ai/python-sdk/commit/19563ac9496010e0de6ec488aaf48425163aab23))

## [0.12.1](https://github.com/instill-ai/python-sdk/compare/v0.12.0...v0.12.1) (2024-09-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.12.1"
version = "0.13.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.12.1"
".": "0.13.0"
}

0 comments on commit 4ebceb5

Please sign in to comment.