Skip to content

Commit

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


##
[0.45.1-beta](v0.45.0-beta...v0.45.1-beta)
(2024-10-25)


### Features

* **component, video:** implemented fractional fps value - fps as
number, and added some debugging flags for ffmpeg
([#765](#765))
([8a93442](8a93442))
* **component:** add support for streaming in the Anthropic and Mistral
components
([#781](#781))
([66f15fe](66f15fe))


### Miscellaneous Chores

* release v0.45.1-beta
([60a58bd](60a58bd))

---
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 Oct 25, 2024
1 parent 60a58bd commit 9bc6998
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.45.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.45.0-beta...v0.45.1-beta) (2024-10-25)


### Features

* **component, video:** implemented fractional fps value - fps as number, and added some debugging flags for ffmpeg ([#765](https://github.com/instill-ai/pipeline-backend/issues/765)) ([8a93442](https://github.com/instill-ai/pipeline-backend/commit/8a934420a01c986181b1660d1c13178ff7e79105))
* **component:** add support for streaming in the Anthropic and Mistral components ([#781](https://github.com/instill-ai/pipeline-backend/issues/781)) ([66f15fe](https://github.com/instill-ai/pipeline-backend/commit/66f15fe935183bb79610cd397d259b95bd253a17))


### Miscellaneous Chores

* release v0.45.1-beta ([60a58bd](https://github.com/instill-ai/pipeline-backend/commit/60a58bde6c163e50dfa53c522187441ec098d043))

## [0.45.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.44.0-beta...v0.45.0-beta) (2024-10-23)


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.45.0-beta"
".": "0.45.1-beta"
}

0 comments on commit 9bc6998

Please sign in to comment.