Skip to content

Commit

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


##
[0.36.0-beta](v0.35.0-beta...v0.36.0-beta)
(2024-07-16)


### Bug Fixes

* **core:** make value in yaml compatible with strict parser
([#1037](#1037))
([ad6594a](ad6594a))


### Miscellaneous Chores

* release v0.36.0-beta
([55d63a4](55d63a4))

---
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 Jul 16, 2024
1 parent ae8c855 commit 736ce3f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.36.0-beta](https://github.com/instill-ai/instill-core/compare/v0.35.0-beta...v0.36.0-beta) (2024-07-16)


### Bug Fixes

* **core:** make value in yaml compatible with strict parser ([#1037](https://github.com/instill-ai/instill-core/issues/1037)) ([ad6594a](https://github.com/instill-ai/instill-core/commit/ad6594a4f5c1501f7e8bad5d46c9b44f1f803c7c))


### Miscellaneous Chores

* release v0.36.0-beta ([55d63a4](https://github.com/instill-ai/instill-core/commit/55d63a4c525a1544f6b9c4875c68a37881c77854))

## [0.35.0-beta](https://github.com/instill-ai/instill-core/compare/v0.34.0-beta...v0.35.0-beta) (2024-07-02)


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

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.35.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.36.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.35.0-beta"
".": "0.36.0-beta"
}

0 comments on commit 736ce3f

Please sign in to comment.