Skip to content

Commit

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


##
[0.7.1](v0.7.0...v0.7.1)
(2024-02-22)


### Bug Fixes

* **ray:** update default resources allocation for test
([#102](#102))
([1aaa905](1aaa905))


### Miscellaneous Chores

* **release:** release v0.7.1
([b7dec13](b7dec13))

---
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 Feb 22, 2024
1 parent af987e2 commit 1b38804
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.7.1](https://github.com/instill-ai/python-sdk/compare/v0.7.0...v0.7.1) (2024-02-22)


### Bug Fixes

* **ray:** update default resources allocation for test ([#102](https://github.com/instill-ai/python-sdk/issues/102)) ([1aaa905](https://github.com/instill-ai/python-sdk/commit/1aaa905ca74cc8afaa29e0290792b57bd12143e2))


### Miscellaneous Chores

* **release:** release v0.7.1 ([b7dec13](https://github.com/instill-ai/python-sdk/commit/b7dec13d87cf4bf1a6a25ba71b85213fc4dc582e))

## [0.7.0](https://github.com/instill-ai/python-sdk/compare/v0.6.0...v0.7.0) (2024-01-30)


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.7.0"
version = "0.7.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.7.0"
".": "0.7.1"
}

0 comments on commit 1b38804

Please sign in to comment.