Skip to content

Commit e3f6830

Browse files
authored
chore(main): release 0.40.0-beta (#1087)
🤖 I have created a release *beep* *boop* --- ## [0.40.0-beta](v0.39.0-beta...v0.40.0-beta) (2024-09-11) ### Features * **artifact:** bump ce version to 0.12.0 ([#1093](#1093)) ([76f028a](76f028a)) * **ci:** build k6 with sql plugin ([#1085](#1085)) ([cac94c9](cac94c9)) * **schema:** add standardized AI tasks schema ([#1070](#1070)) ([78133b5](78133b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 6368077 commit e3f6830

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-11)
4+
5+
6+
### Features
7+
8+
* **artifact:** bump ce version to 0.12.0 ([#1093](https://github.com/instill-ai/instill-core/issues/1093)) ([76f028a](https://github.com/instill-ai/instill-core/commit/76f028aacfef75a99f97cd00dc1efbad3fefe3eb))
9+
* **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))
10+
* **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))
11+
312
## [0.39.0-beta](https://github.com/instill-ai/instill-core/compare/v0.38.0-beta...v0.39.0-beta) (2024-08-29)
413

514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Execute the following commands to pull pre-built images with all the dependencie
7979

8080
<!-- x-release-please-start-version -->
8181
```bash
82-
$ git clone -b v0.39.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
82+
$ git clone -b v0.40.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
8383

8484
# Launch all services
8585
$ make all

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.39.0-beta"
2+
".": "0.40.0-beta"
33
}

0 commit comments

Comments
 (0)