Skip to content

Commit

Permalink
chore(main): release 0.40.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Sep 8, 2024
1 parent 8e9e76c commit 30b4b27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-08)


### Features

* **ci:** build k6 with sql plugin ([#1085](https://github.com/instill-ai/instill-core/issues/1085)) ([cac94c9](https://github.com/instill-ai/instill-core/commit/cac94c9407ffe89164ccfd3ee55741eace706c72))
* **schema:** add standardized AI tasks schema ([#1070](https://github.com/instill-ai/instill-core/issues/1070)) ([78133b5](https://github.com/instill-ai/instill-core/commit/78133b5079fe4d2d72e647be14ed73bf0625e9ca))

## [0.39.0-beta](https://github.com/instill-ai/instill-core/compare/v0.38.0-beta...v0.39.0-beta) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.39.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.40.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.39.0-beta"
".": "0.40.0-beta"
}

0 comments on commit 30b4b27

Please sign in to comment.