Skip to content

Commit

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


##
[0.20.0-alpha](v0.19.0-alpha...v0.20.0-alpha)
(2023-11-28)


### Features

* **model:** Enhancements for Image Inpu in Text 2 Image Task
([#457](#457))
([eb604a1](eb604a1))
* **ray:** use shared python executable
([#455](#455))
([db9658b](db9658b))


### Bug Fixes

* **ray:** fix model file extension
([#453](#453))
([424d632](424d632))

---
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 Nov 28, 2023
1 parent 9a44e46 commit acc0eb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.20.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.19.0-alpha...v0.20.0-alpha) (2023-11-28)


### Features

* **model:** Enhancements for Image Inpu in Text 2 Image Task ([#457](https://github.com/instill-ai/model-backend/issues/457)) ([eb604a1](https://github.com/instill-ai/model-backend/commit/eb604a13a058258c8a58bfdd9ca5f4aafa2363b7))
* **ray:** use shared python executable ([#455](https://github.com/instill-ai/model-backend/issues/455)) ([db9658b](https://github.com/instill-ai/model-backend/commit/db9658bd2065aab93389a612dacbfce9fd3448af))


### Bug Fixes

* **ray:** fix model file extension ([#453](https://github.com/instill-ai/model-backend/issues/453)) ([424d632](https://github.com/instill-ai/model-backend/commit/424d63286125f599852a5088163e1980a5ca4a06))

## [0.19.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.18.0-alpha...v0.19.0-alpha) (2023-11-11)


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.19.0-alpha"
".": "0.20.0-alpha"
}

0 comments on commit acc0eb0

Please sign in to comment.