Skip to content

Commit

Permalink
chore(main): release 0.26.0-beta (#447)
Browse files Browse the repository at this point in the history
馃 I have created a release *beep* *boop*
---


##
[0.26.0-beta](v0.25.0-beta...v0.26.0-beta)
(2024-03-13)


### Features

* **model:** support Llava 13b
([#442](#442))
([39bbf8c](39bbf8c))


### Bug Fixes

* **docker-compose:** add `INSTILL_CORE_HOST` back for Console to
connect to the backend properly
([#441](#441))
([601f963](601f963))

---
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 Mar 13, 2024
1 parent 6bba30a commit 36b5cf4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.26.0-beta](https://github.com/instill-ai/instill-core/compare/v0.25.0-beta...v0.26.0-beta) (2024-03-13)


### Features

* **model:** support Llava 13b ([#442](https://github.com/instill-ai/instill-core/issues/442)) ([39bbf8c](https://github.com/instill-ai/instill-core/commit/39bbf8c21d055c791e21cccaa9ccdd14243ca094))


### Bug Fixes

* **docker-compose:** add `INSTILL_CORE_HOST` back for Console to connect to the backend properly ([#441](https://github.com/instill-ai/instill-core/issues/441)) ([601f963](https://github.com/instill-ai/instill-core/commit/601f96309bdd76e11faf6508874e2c220ccca8d8))

## [0.25.0-beta](https://github.com/instill-ai/instill-core/compare/v0.24.0-beta...v0.25.0-beta) (2024-03-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.25.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.26.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core

# Launch all services
$ make all
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
@@ -1,3 +1,3 @@
{
".": "0.25.0-beta"
".": "0.26.0-beta"
}

0 comments on commit 36b5cf4

Please sign in to comment.