Skip to content

Commit 7daddf7

Browse files
authored
chore(main): release 0.10.1 (#164)
🤖 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).
1 parent 6c31a4c commit 7daddf7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29)
4+
5+
6+
### Features
7+
8+
* **ray:** unify cli commands ([#167](https://github.com/instill-ai/python-sdk/issues/167)) ([6c31a4c](https://github.com/instill-ai/python-sdk/commit/6c31a4cdf21928af1910a05afe96da496c120a4a))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **release:** release v0.10.1 ([2a88d53](https://github.com/instill-ai/python-sdk/commit/2a88d539f4739db8c74c3468600a2d53387a4b37))
14+
315
## [0.10.0](https://github.com/instill-ai/python-sdk/compare/v0.9.0...v0.10.0) (2024-06-05)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "instill-sdk"
4-
version = "0.10.0"
4+
version = "0.10.1"
55
description = "python sdk for Instill AI products"
66

77
packages = [{ include = "instill" }]

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

0 commit comments

Comments
 (0)