Skip to content

Commit

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


##
[0.10.1](v0.10.0...v0.10.1)
(2024-06-29)


### Features

* **ray:** unify cli commands
([#167](#167))
([6c31a4c](6c31a4c))


### Miscellaneous Chores

* **release:** release v0.10.1
([2a88d53](2a88d53))

---
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 Jul 2, 2024
1 parent 6c31a4c commit 7daddf7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29)


### Features

* **ray:** unify cli commands ([#167](https://github.com/instill-ai/python-sdk/issues/167)) ([6c31a4c](https://github.com/instill-ai/python-sdk/commit/6c31a4cdf21928af1910a05afe96da496c120a4a))


### Miscellaneous Chores

* **release:** release v0.10.1 ([2a88d53](https://github.com/instill-ai/python-sdk/commit/2a88d539f4739db8c74c3468600a2d53387a4b37))

## [0.10.0](https://github.com/instill-ai/python-sdk/compare/v0.9.0...v0.10.0) (2024-06-05)


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.10.0"
version = "0.10.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.10.0"
".": "0.10.1"
}

0 comments on commit 7daddf7

Please sign in to comment.