Skip to content

Commit 82a4de4

Browse files
authored
chore(main): release 0.1.0 (#18)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2023-10-01) ### Features * **auth:** adopt `Instill Core` auth ([#16](#16)) ([86c0e85](86c0e85)) * **auth:** support api-token for instill cloud authentication ([#6](#6)) ([e041510](e041510)) * **component,recipe:** support better component/recipe creation ([#22](#22)) ([857e260](857e260)) * **config:** adopt pydantic for yaml config validation ([#9](#9)) ([8903975](8903975)) ### Bug Fixes * **clients:** fix metadata overwrite ([#26](#26)) ([e332cb0](e332cb0)) ### Documentation * **contributing,readme:** update docs and workflow for contributing ([#12](#12)) ([6fb0c84](6fb0c84)) * **readme,notebook:** add a notebook example ([9f8d728](9f8d728)) * **readme:** add usage in README ([#24](#24)) ([5af5f42](5af5f42)) --- 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 9f8d728 commit 82a4de4

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-10-01)
4+
5+
6+
### Features
7+
8+
* **auth:** adopt `Instill Core` auth ([#16](https://github.com/instill-ai/python-sdk/issues/16)) ([86c0e85](https://github.com/instill-ai/python-sdk/commit/86c0e85e7d626633264303c6faefb5610f18f036))
9+
* **auth:** support api-token for instill cloud authentication ([#6](https://github.com/instill-ai/python-sdk/issues/6)) ([e041510](https://github.com/instill-ai/python-sdk/commit/e0415105fa968b11eb2c5e902141d0dec60d07ea))
10+
* **component,recipe:** support better component/recipe creation ([#22](https://github.com/instill-ai/python-sdk/issues/22)) ([857e260](https://github.com/instill-ai/python-sdk/commit/857e260f3ba6876dc814538aa2346ac4132a9a27))
11+
* **config:** adopt pydantic for yaml config validation ([#9](https://github.com/instill-ai/python-sdk/issues/9)) ([8903975](https://github.com/instill-ai/python-sdk/commit/8903975753434b6f9ad25ed97feb81b76fc7f0b2))
12+
13+
14+
### Bug Fixes
15+
16+
* **clients:** fix metadata overwrite ([#26](https://github.com/instill-ai/python-sdk/issues/26)) ([e332cb0](https://github.com/instill-ai/python-sdk/commit/e332cb09e60497f5c002a61de8ab43a03c475ced))
17+
18+
19+
### Documentation
20+
21+
* **contributing,readme:** update docs and workflow for contributing ([#12](https://github.com/instill-ai/python-sdk/issues/12)) ([6fb0c84](https://github.com/instill-ai/python-sdk/commit/6fb0c84e44f654d7eea286405133912fe7967334))
22+
* **readme,notebook:** add a notebook example ([9f8d728](https://github.com/instill-ai/python-sdk/commit/9f8d7283ad38865c18e4490afb5720dbbc65eb8a))
23+
* **readme:** add usage in README ([#24](https://github.com/instill-ai/python-sdk/issues/24)) ([5af5f42](https://github.com/instill-ai/python-sdk/commit/5af5f4209391b7cfb657643456b5013ce83a8450))
24+
125

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.0.0"
4+
version = "0.1.0"
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.0.0"
2+
".": "0.1.0"
33
}

0 commit comments

Comments
 (0)