Skip to content

Commit

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


##
[0.18.0-alpha](v0.17.0-alpha...v0.18.0-alpha)
(2024-10-15)


### Features

* add check on text prompt
([#115](#115))
([b612e82](b612e82))
* add pipeline metadata in error message
([#112](#112))
([d0a5875](d0a5875))


### Bug Fixes

* **artifact:** fix minio "get file by path"
([#116](#116))
([25cf426](25cf426))
* ignore empty chunk from chunk pipeline
([#114](#114))
([983374f](983374f))

---
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 15, 2024
1 parent 25cf426 commit e1cedf3
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.18.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.17.0-alpha...v0.18.0-alpha) (2024-10-15)


### Features

* add check on text prompt ([#115](https://github.com/instill-ai/artifact-backend/issues/115)) ([b612e82](https://github.com/instill-ai/artifact-backend/commit/b612e8246e869e511ded8315b77ca695a189db69))
* add pipeline metadata in error message ([#112](https://github.com/instill-ai/artifact-backend/issues/112)) ([d0a5875](https://github.com/instill-ai/artifact-backend/commit/d0a58755608dad3ab339e613b5fb58efe16ffd50))


### Bug Fixes

* **artifact:** fix minio "get file by path" ([#116](https://github.com/instill-ai/artifact-backend/issues/116)) ([25cf426](https://github.com/instill-ai/artifact-backend/commit/25cf4263c08699a266c1162f2a9c690a732106cd))
* ignore empty chunk from chunk pipeline ([#114](https://github.com/instill-ai/artifact-backend/issues/114)) ([983374f](https://github.com/instill-ai/artifact-backend/commit/983374f732e6e3276128e1ff2c7e658e830e79ce))

## [0.17.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.16.1-alpha...v0.17.0-alpha) (2024-10-08)


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.17.0-alpha"
".": "0.18.0-alpha"
}

0 comments on commit e1cedf3

Please sign in to comment.