Skip to content

Commit

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


##
[0.25.1-beta](v0.25.0-beta...v0.25.1-beta)
(2024-04-08)


### Bug Fixes

* fix iterator cannot be executed.
([1f3714e](1f3714e))
* fix shared pipeline can not be triggered
([3388594](3388594))
* improve nil check
([9195791](9195791))

---
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 Apr 8, 2024
1 parent 3388594 commit d6e4aa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.25.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.25.0-beta...v0.25.1-beta) (2024-04-08)


### Bug Fixes

* fix iterator cannot be executed. ([1f3714e](https://github.com/instill-ai/pipeline-backend/commit/1f3714e160e8377c6a56db1ee2d30ef343fa0667))
* fix shared pipeline can not be triggered ([3388594](https://github.com/instill-ai/pipeline-backend/commit/33885945149fca322d235fac0865a2ae6658fa2c))
* improve nil check ([9195791](https://github.com/instill-ai/pipeline-backend/commit/91957914a2b2a9716e5ed9e6e3bad753c307df18))

## [0.25.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.24.1-beta...v0.25.0-beta) (2024-04-01)


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.25.0-beta"
".": "0.25.1-beta"
}

0 comments on commit d6e4aa2

Please sign in to comment.