Skip to content

Commit

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


##
[0.29.0-beta](v0.28.1-beta...v0.29.0-beta)
(2024-06-06)


### Features

* implement new recipe format
([#498](#498))
([de0c2bc](de0c2bc))
* implement pipeline `number_of_runs` and `last_run_time`
([#501](#501))
([0e6cd12](0e6cd12))
* support python code in components
([#492](#492))
([5417e5f](5417e5f))


### Miscellaneous Chores

* release v0.29.0-beta
([e3be475](e3be475))

---
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 authored Jun 6, 2024
1 parent e3be475 commit 396f343
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.29.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.28.1-beta...v0.29.0-beta) (2024-06-06)


### Features

* implement new recipe format ([#498](https://github.com/instill-ai/pipeline-backend/issues/498)) ([de0c2bc](https://github.com/instill-ai/pipeline-backend/commit/de0c2bc23fd44023f9449a9cc9997f243cdb9daf))
* implement pipeline `number_of_runs` and `last_run_time` ([#501](https://github.com/instill-ai/pipeline-backend/issues/501)) ([0e6cd12](https://github.com/instill-ai/pipeline-backend/commit/0e6cd12236beaf10fd281ddabcf2a3f07371f43c))
* support python code in components ([#492](https://github.com/instill-ai/pipeline-backend/issues/492)) ([5417e5f](https://github.com/instill-ai/pipeline-backend/commit/5417e5f3ed4e5a05a83aa614ccfca3700b9f3ad4))


### Miscellaneous Chores

* release v0.29.0-beta ([e3be475](https://github.com/instill-ai/pipeline-backend/commit/e3be47539578b4e1cf6811f434ecc49e6b8e5273))

## [0.28.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.28.0-beta...v0.28.1-beta) (2024-05-17)


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.28.1-beta"
".": "0.29.0-beta"
}

0 comments on commit 396f343

Please sign in to comment.