Skip to content

Commit

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


##
[0.21.0-alpha](v0.20.0-alpha...v0.21.0-alpha)
(2023-12-14)


### Features

* **model:** refactoring AI Tasks for Consistency Across Text and Image
Generation
([#461](#461))
([e827130](e827130))
* **redis:** use redis for model state caching
([#472](#472))
([3b6b977](3b6b977))


### Bug Fixes

* **model:** fix grpc message size limit issue
([#474](#474))
([1ec7ae1](1ec7ae1))

---
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 committed Dec 15, 2023
1 parent 1ec7ae1 commit 014b26a
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.21.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.20.0-alpha...v0.21.0-alpha) (2023-12-14)


### Features

* **model:** refactoring AI Tasks for Consistency Across Text and Image Generation ([#461](https://github.com/instill-ai/model-backend/issues/461)) ([e827130](https://github.com/instill-ai/model-backend/commit/e827130b1e05a010bca82f2e5c36135e1ff6a578))
* **redis:** use redis for model state caching ([#472](https://github.com/instill-ai/model-backend/issues/472)) ([3b6b977](https://github.com/instill-ai/model-backend/commit/3b6b977a2b168af5152fdbb8ca453610faefed39))


### Bug Fixes

* **model:** fix grpc message size limit issue ([#474](https://github.com/instill-ai/model-backend/issues/474)) ([1ec7ae1](https://github.com/instill-ai/model-backend/commit/1ec7ae135c8a6b8cdf13ca1b30174eb761772521))

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


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.20.0-alpha"
".": "0.21.0-alpha"
}

0 comments on commit 014b26a

Please sign in to comment.